Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c29 u16 txgm[2]; member
37 u16 txgm; member
3557 params->txgm = target.txgm[core]; in b43_nphy_iq_cal_gain_params()
3572 (target.txgm[core] << 8); in b43_nphy_iq_cal_gain_params()
3581 params->txgm = tbl_iqcal_gainparams[indx][i][1]; in b43_nphy_iq_cal_gain_params()
4980 target.txgm[i] = (curr_gain[i] & 0x7000) >> 12; in b43_nphy_get_tx_gains()
4986 target.txgm[i] = (curr_gain[i] & 0x7000) >> 12; in b43_nphy_get_tx_gains()
4991 target.txgm[i] = (curr_gain[i] & 0x0380) >> 7; in b43_nphy_get_tx_gains()
5013 target.txgm[i] = (table[index[i]] >> 28) & 0x7; in b43_nphy_get_tx_gains()
5019 target.txgm[i] = (table[index[i]] >> 28) & 0xF; in b43_nphy_get_tx_gains()
[all …]
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c173 u16 txgm; member
23290 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23301 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23310 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23336 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23357 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23372 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23395 params->txgm = target_gain.txgm[core_no]; in wlc_phy_iqcal_gainparams_nphy()
23418 (target_gain.txgm[core_no] << 8)); in wlc_phy_iqcal_gainparams_nphy()
24703 (phy_a9.txgm[core] << 12) | in wlc_phy_a2_nphy()
[all …]
H A Dphy_int.h421 u16 txgm[2]; member