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

/linux-4.1.27/drivers/net/wireless/b43/
H A Dphy_n.c40 u16 tx_lpf[2]; member in struct:nphy_txgains
48 u16 tx_lpf; member in struct:nphy_iqcal_params
3571 params->tx_lpf = target.tx_lpf[core]; /* Rev 7+ */ b43_nphy_iq_cal_gain_params()
3579 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) | (params->tx_lpf << 15); b43_nphy_iq_cal_gain_params()
5041 target.tx_lpf[i] = (curr_gain[i] & 0x8000) >> 15; b43_nphy_get_tx_gains()
5074 target.tx_lpf[i] = (table[index[i]] >> 31) & 0x1; b43_nphy_get_tx_gains()

Completed in 89 milliseconds