Searched refs:regulatory (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/urtwn/
H A Dif_urtwnvar.h171 uint8_t regulatory; member in struct:urtwn_softc
H A Dif_urtwn.c1940 sc->regulatory = MS(rom->rf_opt1, R92C_ROM_RF1_REGULATORY);
1941 URTWN_DPRINTF(sc, URTWN_DEBUG_ROM, "%s: regulatory type=%d\n",
1942 __func__, sc->regulatory);
1968 sc->regulatory = MS(rom->rf_board_opt, R92C_ROM_RF1_REGULATORY);
1969 URTWN_DPRINTF(sc, URTWN_DEBUG_ROM, "%s: regulatory type %d\n",
1970 __func__,sc->regulatory);
4593 if (sc->regulatory == 0) {
4598 if (sc->regulatory == 3) {
4608 } else if (sc->regulatory == 1) {
4611 } else if (sc->regulatory !
[all...]
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_rsureg.h193 uint32_t regulatory; member in struct:r92s_fw_priv
/freebsd-11.0-release/sys/dev/rtwn/
H A Dif_rtwn.c1059 sc->regulatory = MS(rom->rf_opt1, R92C_ROM_RF1_REGULATORY);
1060 DPRINTF(("regulatory type=%d\n", sc->regulatory));
2605 if (sc->regulatory == 0) {
2610 if (sc->regulatory == 3) {
2620 } else if (sc->regulatory == 1) {
2623 } else if (sc->regulatory != 2)
H A Dif_rtwnreg.h1312 uint8_t regulatory; member in struct:rtwn_softc
/freebsd-11.0-release/sys/dev/iwm/
H A Dif_iwm.c2141 const uint16_t *phy_sku, const uint16_t *regulatory)
2176 memcpy(data->nvm_ch_flags, &regulatory[IWM_NVM_CHANNELS_8000],
2195 const uint16_t *hw, *sw, *calib, *regulatory, *mac_override, *phy_sku; local
2239 regulatory = (const uint16_t *)
2246 phy_sku, regulatory);
4452 "regulatory domain '%c%c' (%d channels available)\n",
2138 iwm_parse_nvm_data(struct iwm_softc *sc, const uint16_t *nvm_hw, const uint16_t *nvm_sw, const uint16_t *nvm_calib, const uint16_t *mac_override, const uint16_t *phy_sku, const uint16_t *regulatory) argument

Completed in 197 milliseconds