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

  /src/sys/dev/ic/
atwvar.h 244 enum atw_rftype sc_rftype; member in struct:atw_softc
atw.c 620 sc->sc_rftype = __SHIFTOUT(sc->sc_srom[ATW_SR_CSR20],
626 if (sc->sc_rftype >= __arraycount(type_strings)) {
636 type_strings[sc->sc_rftype], type_strings[sc->sc_bbptype]);
642 reg = __SHIFTIN(sc->sc_rftype, ATW_SYNCTL_RFTYPE_MASK);
644 switch (sc->sc_rftype) {

Completed in 176 milliseconds