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

  /src/sys/dev/pci/
if_rtwnreg.h 182 uint8_t regulatory; member in struct:rtwn_softc
if_rtwn.c 1023 sc->regulatory = MS(rom->rf_opt1, R92C_ROM_RF1_REGULATORY);
1025 DPRINTF(("PA setting=0x%x, board=0x%x, regulatory=%d\n",
1026 sc->pa_setting, sc->board_type, sc->regulatory));
3006 if (sc->regulatory == 0) {
3011 if (sc->regulatory == 3) {
3021 } else if (sc->regulatory == 1) {
3024 } else if (sc->regulatory != 2)
if_iwm.c 3355 const uint16_t *regulatory, int n_regulatory)
3396 lar_config = le16_to_cpup(regulatory + lar_offset);
3420 iwm_init_channel_map(sc, regulatory, iwm_nvm_channels,
3427 iwm_init_channel_map(sc, &regulatory[IWM_NVM_CHANNELS_8000],
3444 const uint16_t *regulatory = NULL; local
3459 regulatory = (const uint16_t *)
3466 /* SW and REGULATORY sections are mandatory */
3482 regulatory = (const uint16_t *)
3501 phy_sku, regulatory, n_regulatory);
6121 printf("%s: firmware has detected regulatory domain '%s'
    [all...]
  /src/sys/dev/usb/
if_urtwnvar.h 159 uint8_t regulatory; member in struct:urtwn_softc
if_urtwn.c 1521 sc->regulatory = MS(rom->rf_opt1, R92C_ROM_RF1_REGULATORY);
1524 "PA setting=%#jx, board=%#jx, regulatory=%jd",
1525 sc->pa_setting, sc->board_type, sc->regulatory, 0);
1594 sc->regulatory = MS(sc->r88e_rom[0xc1], R92C_ROM_RF1_REGULATORY);
4305 if (sc->regulatory == 0) {
4311 if (sc->regulatory == 3) {
4323 } else if (sc->regulatory == 1) {
4327 } else if (sc->regulatory != 2) {
4411 if (sc->regulatory == 0) {
4416 if (sc->regulatory == 3
    [all...]

Completed in 153 milliseconds