Home
last modified time | relevance | path

Searched refs:sc_rftype (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Datwvar.h250 enum atw_rftype sc_rftype; member
H A Datw.c641 sc->sc_rftype = MASK_AND_RSHIFT(sc->sc_srom[ATW_SR_CSR20], in atw_attach()
647 if (sc->sc_rftype >= nitems(type_strings)) { in atw_attach()
658 type_strings[sc->sc_rftype]); in atw_attach()
664 reg = LSHIFT(sc->sc_rftype, ATW_SYNCTL_RFTYPE_MASK); in atw_attach()
666 switch (sc->sc_rftype) { in atw_attach()
1198 switch (sc->sc_rftype) { in atw_si4126_init()