Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c687 u_int16_t num_piers, i; in ar9300_eeprom_get_legacy_trgt_pwr() local
695 num_piers = OSPREY_NUM_2G_20_TARGET_POWERS; in ar9300_eeprom_get_legacy_trgt_pwr()
699 num_piers = OSPREY_NUM_5G_20_TARGET_POWERS; in ar9300_eeprom_get_legacy_trgt_pwr()
708 for (i = 0; i < num_piers; i++) { in ar9300_eeprom_get_legacy_trgt_pwr()
723 u_int16_t num_piers, i; in ar9300_eeprom_get_ht20_trgt_pwr() local
735 num_piers = OSPREY_NUM_5G_20_TARGET_POWERS; in ar9300_eeprom_get_ht20_trgt_pwr()
744 for (i = 0; i < num_piers; i++) { in ar9300_eeprom_get_ht20_trgt_pwr()
759 u_int16_t num_piers, i; in ar9300_eeprom_get_ht40_trgt_pwr() local
771 num_piers = OSPREY_NUM_5G_40_TARGET_POWERS; in ar9300_eeprom_get_ht40_trgt_pwr()
780 for (i = 0; i < num_piers; i++) { in ar9300_eeprom_get_ht40_trgt_pwr()
[all …]