HomeSort by: relevance | last modified time | path
    Searched refs:sc_bbptype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
atwvar.h 245 enum atw_bbptype sc_bbptype; member in struct:atw_softc
atw.c 623 sc->sc_bbptype = __SHIFTOUT(sc->sc_srom[ATW_SR_CSR20],
630 if (sc->sc_bbptype >= __arraycount(type_strings)) {
636 type_strings[sc->sc_rftype], type_strings[sc->sc_bbptype]);
658 reg = __SHIFTIN(sc->sc_bbptype, ATW_BBPCTL_TYPE_MASK);
660 switch (sc->sc_bbptype) {
1164 switch (sc->sc_bbptype) {
3202 if (sc->sc_bbptype == ATW_BBPTYPE_RFMD)

Completed in 14 milliseconds