Home
last modified time | relevance | path

Searched refs:hw_bind (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c593 struct ecpp_hw_bind *hw_bind; in ecpp_attach() local
644 hw_bind = ecpp_determine_sio_type(pp); in ecpp_attach()
646 if (hw_bind == NULL) { in ecpp_attach()
650 pp->hw = hw_bind->hw; in ecpp_attach()
651 ecpp_error(pp->dip, "SuperIO type: %s\n", hw_bind->info); in ecpp_attach()
4097 struct ecpp_hw_bind *hw_bind; in ecpp_determine_sio_type() local
4103 for (hw_bind = NULL, i = 0; i < NELEM(ecpp_hw_bind); i++) { in ecpp_determine_sio_type()
4105 hw_bind = &ecpp_hw_bind[i]; in ecpp_determine_sio_type()
4110 return (hw_bind); in ecpp_determine_sio_type()