Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c2205 uint16_t ant_config; in ath9k_hw_eeprom_set_def_board_values() local
2211 (void) ath9k_hw_get_eeprom_antenna_cfg(ah, chan, 0, &ant_config); in ath9k_hw_eeprom_set_def_board_values()
2212 REG_WRITE(ah, AR_PHY_SWITCH_COM, ant_config); in ath9k_hw_eeprom_set_def_board_values()
2437 uint16_t ant_config = 0; in ath9k_hw_eeprom_set_4k_board_values() local
2447 (void) ath9k_hw_get_eeprom_antenna_cfg(ah, chan, 0, &ant_config); in ath9k_hw_eeprom_set_4k_board_values()
2448 REG_WRITE(ah, AR_PHY_SWITCH_COM, ant_config); in ath9k_hw_eeprom_set_4k_board_values()
H A Darn_hw.c3858 uint16_t ant_config; in ath9k_hw_select_antconfig() local
3866 cfg, &ant_config)) { in ath9k_hw_select_antconfig()
3867 REG_WRITE(ah, AR_PHY_SWITCH_COM, ant_config); in ath9k_hw_select_antconfig()