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

  /src/sys/dev/ic/
rtwvar.h 471 enum rtw_locale sc_locale; member in struct:rtw_softc
rtw.c 4173 &sc->sc_rfchipid, &sc->sc_rcr, &sc->sc_locale,
4204 if (sc->sc_locale == RTW_LOCALE_UNKNOWN)
4205 rtw_identify_country(&sc->sc_regs, &sc->sc_locale);
4207 rtw_init_channels(sc->sc_locale, &sc->sc_ic.ic_channels, sc->sc_dev);
bwivar.h 581 int sc_locale; member in struct:bwi_softc
bwi.c 1021 sc->sc_locale = __SHIFTOUT(bwi_read_sprom(sc, BWI_SPROM_CARD_INFO),
1023 DPRINTF(sc, BWI_DBG_ATTACH, "locale: %d\n", sc->sc_locale);
4123 if (sc->sc_locale == BWI_SPROM_LOCALE_JAPAN)

Completed in 22 milliseconds