Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c570 if ((sc->sc_dev_id != 0x4232) && in iwh_attach()
571 (sc->sc_dev_id != 0x4235) && in iwh_attach()
572 (sc->sc_dev_id != 0x4236) && in iwh_attach()
573 (sc->sc_dev_id != 0x4237) && in iwh_attach()
574 (sc->sc_dev_id != 0x423a) && in iwh_attach()
575 (sc->sc_dev_id != 0x423b) && in iwh_attach()
576 (sc->sc_dev_id != 0x423c) && in iwh_attach()
577 (sc->sc_dev_id != 0x423d)) { in iwh_attach()
751 if ((0x423c == sc->sc_dev_id) || (0x423d == sc->sc_dev_id)) { in iwh_attach()
4070 if ((sc->sc_dev_id != 0x423c) && in iwh_hw_set_before_auth()
[all …]
H A Diwh_var.h189 uint16_t sc_dev_id; member
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h207 uint16_t sc_dev_id; member
H A Diwp.c534 if ((sc->sc_dev_id != 0x422B) && in iwp_attach()
535 (sc->sc_dev_id != 0x422C) && in iwp_attach()
536 (sc->sc_dev_id != 0x4238) && in iwp_attach()
537 (sc->sc_dev_id != 0x4239) && in iwp_attach()
538 (sc->sc_dev_id != 0x008d) && in iwp_attach()
539 (sc->sc_dev_id != 0x008e)) { in iwp_attach()
5395 if ((0x008d == sc->sc_dev_id) || in iwp_set_chip_param()
5396 (0x008e == sc->sc_dev_id)) { in iwp_set_chip_param()
5406 if ((0x422c == sc->sc_dev_id) || in iwp_set_chip_param()
5407 (0x4239 == sc->sc_dev_id)) { in iwp_set_chip_param()
[all …]