Searched refs:ant_div_ctl1 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c1582 u8 ant_div_ctl1; ar9003_hw_set_bt_ant_diversity() local
1599 ant_div_ctl1 = ah->eep_ops->get_eeprom(ah, EEP_ANT_DIV_CTL1); ar9003_hw_set_bt_ant_diversity()
1607 regval |= (ant_div_ctl1 & 0x3f) << AR_ANT_DIV_CTRL_ALL_S; ar9003_hw_set_bt_ant_diversity()
1616 regval |= ((ant_div_ctl1 >> 6) & 0x1) << AR_PHY_ANT_DIV_LNADIV_S; ar9003_hw_set_bt_ant_diversity()
1627 regval |= ((ant_div_ctl1 >> 7) & 0x1) << AR_FAST_DIV_ENABLE_S; ar9003_hw_set_bt_ant_diversity()
H A Dhw.c2383 u8 ant_div_ctl1, tx_chainmask, rx_chainmask; ath9k_hw_fill_cap_info() local
2540 ant_div_ctl1 = ath9k_hw_fill_cap_info()
2542 if ((ant_div_ctl1 & 0x1) && ((ant_div_ctl1 >> 3) & 0x1)) { ath9k_hw_fill_cap_info()
2555 ant_div_ctl1 = ah->eep_ops->get_eeprom(ah, EEP_ANT_DIV_CTL1); ath9k_hw_fill_cap_info()
2556 if ((ant_div_ctl1 >> 0x6) == 0x3) { ath9k_hw_fill_cap_info()

Completed in 110 milliseconds