Searched refs:sc_rev (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h144 uint8_t sc_rev; member in struct:wpi_softc
H A Dwpi.c457 sc->sc_rev = ddi_get8(cfg_handle,
3222 if ((sc->sc_rev & 0xc0) == 0x40)
3224 else if (!(sc->sc_rev & 0x80))
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h143 uint8_t sc_rev; member in struct:iwh_softc
H A Diwh.c586 sc->sc_rev = ddi_get8(sc->sc_cfg_handle,
4642 if ((sc->sc_rev & 0x80) == 0x80 && (sc->sc_rev & 0x7f) < 8) {
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h141 uint8_t sc_rev; member in struct:iwk_softc
H A Diwk2.c528 sc->sc_rev = ddi_get8(sc->sc_cfg_handle,
4024 if ((sc->sc_rev & 0x80) == 0x80 && (sc->sc_rev & 0x7f) < 8) {
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h161 uint8_t sc_rev; member in struct:iwp_softc
H A Diwp.c543 sc->sc_rev = ddi_get8(sc->sc_cfg_handle,
4368 if ((sc->sc_rev & 0x80) == 0x80 && (sc->sc_rev & 0x7f) < 8) {
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h462 uint8_t sc_rev; /* PCI/Cardbus revision */ member in struct:rtw_softc

Completed in 111 milliseconds