Searched refs:iq_comp (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | phy_lp.c | 1385 u32 iq_comp, tx_gain, coeff, rf_power; lpphy_set_tx_power_by_index() local 1392 iq_comp = b43_lptab_read(dev, B43_LPTAB32(7, index + 320)); lpphy_set_tx_power_by_index() 1397 gains.dac = (iq_comp >> 28) & 0xFF; lpphy_set_tx_power_by_index() 1400 iq_comp = b43_lptab_read(dev, B43_LPTAB32(10, index + 320)); lpphy_set_tx_power_by_index() 1407 lpphy_set_bb_mult(dev, (iq_comp >> 20) & 0xFF); lpphy_set_tx_power_by_index() 1408 lpphy_set_tx_iqcc(dev, (iq_comp >> 10) & 0x3FF, iq_comp & 0x3FF); lpphy_set_tx_power_by_index()
|
Completed in 53 milliseconds