Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dphy_n.c40 u16 tx_lpf[2]; member
48 u16 tx_lpf; member
3571 params->tx_lpf = target.tx_lpf[core]; /* Rev 7+ */ in b43_nphy_iq_cal_gain_params()
3579 …ms->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) | (params->tx_lpf << 15); in b43_nphy_iq_cal_gain_params()
5041 target.tx_lpf[i] = (curr_gain[i] & 0x8000) >> 15; in b43_nphy_get_tx_gains()
5074 target.tx_lpf[i] = (table[index[i]] >> 31) & 0x1; in b43_nphy_get_tx_gains()