/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 | 3124 const uint16_t *regulatory) 3174 lar_config = le16_to_cpup(regulatory + lar_offset); 3182 iwm_init_channel_map(sc, ®ulatory[IWM_NVM_CHANNELS_8000], 3198 const uint16_t *regulatory = NULL; local in function:iwm_parse_nvm_sections 3209 /* SW and REGULATORY sections are mandatory */ 3225 regulatory = (const uint16_t *) 3243 phy_sku, regulatory);
|
/src/sys/dev/usb/ |
if_urtwnvar.h | 159 uint8_t regulatory; member in struct:urtwn_softc
|
if_urtwn.c | 1513 sc->regulatory = MS(rom->rf_opt1, R92C_ROM_RF1_REGULATORY); 1516 "PA setting=%#jx, board=%#jx, regulatory=%jd", 1517 sc->pa_setting, sc->board_type, sc->regulatory, 0); 1586 sc->regulatory = MS(sc->r88e_rom[0xc1], R92C_ROM_RF1_REGULATORY); 4297 if (sc->regulatory == 0) { 4303 if (sc->regulatory == 3) { 4315 } else if (sc->regulatory == 1) { 4319 } else if (sc->regulatory != 2) { 4403 if (sc->regulatory == 0) { 4408 if (sc->regulatory == 3 [all...] |