Home
last modified time | relevance | path

Searched refs:HAL_FREQ_BAND_2GHZ (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300eep.h142 (((y) == HAL_FREQ_BAND_2GHZ) ? ((x) - 2300) : (((x) - 4800) / 5))
144 (((y) == HAL_FREQ_BAND_2GHZ) ? (2300 + x) : (4800 + 5 * x))
HDar9300_attach.c2961 ar9300_eeprom_get_num_ant_config(ahp, HAL_FREQ_BAND_2GHZ); in ar9300_fill_capability_info()
HDar9300_eeprom.c3273 &(eep->modal_header[HAL_FREQ_BAND_2GHZ == freq_band]); in ar9300_eeprom_get_num_ant_config()
HDar9300_reset.c965 FBIN2FREQ(spur_fbin_ptr[i], HAL_FREQ_BAND_2GHZ) - synth_freq; in ar9300_spur_mitigate_mrc_cck()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c994 pCap->halNumAntCfg2GHz = ar5416GetNumAntConfig(ahp, HAL_FREQ_BAND_2GHZ); in ar5416FillCapabilityInfo()
/NextBSD/sys/dev/ath/ath_hal/
HDah.h734 HAL_FREQ_BAND_2GHZ = 1, enumerator