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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Drtwvar.h471 enum rtw_locale sc_locale; member in struct:rtw_softc
H A Dbwivar.h545 int sc_locale; member in struct:bwi_softc
H A Drtw.c4103 &sc->sc_rfchipid, &sc->sc_rcr, &sc->sc_locale,
4134 if (sc->sc_locale == RTW_LOCALE_UNKNOWN)
4135 rtw_identify_country(&sc->sc_regs, &sc->sc_locale);
4137 rtw_init_channels(sc->sc_locale, &sc->sc_ic.ic_channels, sc->sc_dev);
H A Dbwi.c947 sc->sc_locale = __SHIFTOUT(bwi_read_sprom(sc, BWI_SPROM_CARD_INFO),
949 DPRINTF(sc, BWI_DBG_ATTACH, "locale: %d\n", sc->sc_locale);
4020 if (sc->sc_locale == BWI_SPROM_LOCALE_JAPAN)

Completed in 128 milliseconds