Home
last modified time | relevance | path

Searched refs:OSPREY_NUM_5G_40_TARGET_POWERS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h116 #define OSPREY_NUM_5G_40_TARGET_POWERS 8 macro
399 u_int8_t cal_target_freqbin_5g_ht40[OSPREY_NUM_5G_40_TARGET_POWERS];
402 OSP_CAL_TARGET_POWER_HT cal_target_power_5g_ht40[OSPREY_NUM_5G_40_TARGET_POWERS];
H A Dar9300_eeprom.c760 int32_t target_power_array[OSPREY_NUM_5G_40_TARGET_POWERS]; in ar9300_eeprom_get_ht40_trgt_pwr()
761 int32_t freq_array[OSPREY_NUM_5G_40_TARGET_POWERS]; in ar9300_eeprom_get_ht40_trgt_pwr()
771 num_piers = OSPREY_NUM_5G_40_TARGET_POWERS; in ar9300_eeprom_get_ht40_trgt_pwr()
/freebsd/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c371 for (i = 0; i < OSPREY_NUM_5G_40_TARGET_POWERS; i++) { in eeprom_9300_print_5g_target_ht40()