sc_bbptype        674 dev/ic/atw.c   	sc->sc_bbptype = MASK_AND_RSHIFT(sc->sc_srom[ATW_SR_CSR20],
sc_bbptype        681 dev/ic/atw.c   	if (sc->sc_bbptype >= sizeof(type_strings)/sizeof(type_strings[0])) {
sc_bbptype        687 dev/ic/atw.c   	    atw_printmac(sc->sc_rev), type_strings[sc->sc_bbptype],
sc_bbptype        710 dev/ic/atw.c   	reg = LSHIFT(sc->sc_bbptype, ATW_BBPCTL_TYPE_MASK);
sc_bbptype        712 dev/ic/atw.c   	switch (sc->sc_bbptype) {
sc_bbptype       1222 dev/ic/atw.c   	switch (sc->sc_bbptype) {
sc_bbptype       3197 dev/ic/atw.c   		if (sc->sc_bbptype == ATW_BBPTYPE_RFMD)
sc_bbptype        275 dev/ic/atwvar.h 	enum atw_bbptype	sc_bbptype;