Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_phy.c1560 u8 ant_div_ctl1; in ar9003_hw_set_bt_ant_diversity() local
1577 ant_div_ctl1 = ah->eep_ops->get_eeprom(ah, EEP_ANT_DIV_CTL1); in ar9003_hw_set_bt_ant_diversity()
1585 regval |= (ant_div_ctl1 & 0x3f) << AR_ANT_DIV_CTRL_ALL_S; in ar9003_hw_set_bt_ant_diversity()
1594 regval |= ((ant_div_ctl1 >> 6) & 0x1) << AR_PHY_ANT_DIV_LNADIV_S; in ar9003_hw_set_bt_ant_diversity()
1605 regval |= ((ant_div_ctl1 >> 7) & 0x1) << AR_FAST_DIV_ENABLE_S; in ar9003_hw_set_bt_ant_diversity()
H A Dhw.c2491 u8 ant_div_ctl1, tx_chainmask, rx_chainmask; in ath9k_hw_fill_cap_info() local
2635 ant_div_ctl1 = in ath9k_hw_fill_cap_info()
2637 if ((ant_div_ctl1 & 0x1) && ((ant_div_ctl1 >> 3) & 0x1)) { in ath9k_hw_fill_cap_info()
2650 ant_div_ctl1 = ah->eep_ops->get_eeprom(ah, EEP_ANT_DIV_CTL1); in ath9k_hw_fill_cap_info()
2651 if ((ant_div_ctl1 >> 0x6) == 0x3) { in ath9k_hw_fill_cap_info()