Home
last modified time | relevance | path

Searched refs:sc_locale (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/ic/
Drtwvar.h471 enum rtw_locale sc_locale; member
Dbwivar.h581 int sc_locale; member
Drtw.c4173 &sc->sc_rfchipid, &sc->sc_rcr, &sc->sc_locale, in rtw_attach()
4204 if (sc->sc_locale == RTW_LOCALE_UNKNOWN) in rtw_attach()
4205 rtw_identify_country(&sc->sc_regs, &sc->sc_locale); in rtw_attach()
4207 rtw_init_channels(sc->sc_locale, &sc->sc_ic.ic_channels, sc->sc_dev); in rtw_attach()
Dbwi.c1021 sc->sc_locale = __SHIFTOUT(bwi_read_sprom(sc, BWI_SPROM_CARD_INFO), in bwi_attach()
1023 DPRINTF(sc, BWI_DBG_ATTACH, "locale: %d\n", sc->sc_locale); in bwi_attach()
4123 if (sc->sc_locale == BWI_SPROM_LOCALE_JAPAN) in bwi_rf_set_chan()