Home
last modified time | relevance | path

Searched refs:OSPREY_NUM_5G_CAL_PIERS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h113 #define OSPREY_NUM_5G_CAL_PIERS 8 macro
395 u_int8_t cal_freq_pier_5g[OSPREY_NUM_5G_CAL_PIERS];
396 OSP_CAL_DATA_PER_FREQ_OP_LOOP cal_pier_data_5g[OSPREY_MAX_CHAINS][OSPREY_NUM_5G_CAL_PIERS];
H A Dar9300_eeprom.c1162 int32_t fx[OSPREY_NUM_5G_CAL_PIERS + OSPREY_NUM_2G_CAL_PIERS]; in ar9300_noise_floor_cal_or_power_get()
1163 int32_t nf[OSPREY_NUM_5G_CAL_PIERS + OSPREY_NUM_2G_CAL_PIERS]; in ar9300_noise_floor_cal_or_power_get()
1185 npier = OSPREY_NUM_5G_CAL_PIERS; in ar9300_noise_floor_cal_or_power_get()
2110 if (ipier >= OSPREY_NUM_5G_CAL_PIERS){ in ar9300_eeprom_cal_pier_get()
2113 __func__, OSPREY_NUM_5G_CAL_PIERS); in ar9300_eeprom_cal_pier_get()
2168 npier = (mode) ? OSPREY_NUM_5G_CAL_PIERS : OSPREY_NUM_2G_CAL_PIERS; in ar9300_calibration_apply()