sc_rftype         671 dev/ic/atw.c   	sc->sc_rftype = MASK_AND_RSHIFT(sc->sc_srom[ATW_SR_CSR20],
sc_rftype         677 dev/ic/atw.c   	if (sc->sc_rftype >= sizeof(type_strings)/sizeof(type_strings[0])) {
sc_rftype         688 dev/ic/atw.c   	    type_strings[sc->sc_rftype]);
sc_rftype         694 dev/ic/atw.c   	reg = LSHIFT(sc->sc_rftype, ATW_SYNCTL_RFTYPE_MASK);
sc_rftype         696 dev/ic/atw.c   	switch (sc->sc_rftype) {
sc_rftype        1248 dev/ic/atw.c   	switch (sc->sc_rftype) {
sc_rftype         274 dev/ic/atwvar.h 	enum atw_rftype		sc_rftype;