Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c1166 int ipier, npier; in ar9300_noise_floor_cal_or_power_get() local
1181 npier = 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()
1191 for (ipier = 0; ipier < npier; ipier++) { in ar9300_noise_floor_cal_or_power_get()
2146 int ichain, ipier, npier; in ar9300_calibration_apply() local
2168 npier = (mode) ? OSPREY_NUM_5G_CAL_PIERS : OSPREY_NUM_2G_CAL_PIERS; in ar9300_calibration_apply()
2178 for (ipier = 0; ipier < npier; ipier++) { in ar9300_calibration_apply()