Searched refs:iq_comp (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43/ |
D | phy_lp.c | 1373 u32 iq_comp, tx_gain, coeff, rf_power; in lpphy_set_tx_power_by_index() local 1380 iq_comp = b43_lptab_read(dev, B43_LPTAB32(7, index + 320)); in lpphy_set_tx_power_by_index() 1385 gains.dac = (iq_comp >> 28) & 0xFF; in lpphy_set_tx_power_by_index() 1388 iq_comp = b43_lptab_read(dev, B43_LPTAB32(10, index + 320)); in lpphy_set_tx_power_by_index() 1395 lpphy_set_bb_mult(dev, (iq_comp >> 20) & 0xFF); in lpphy_set_tx_power_by_index() 1396 lpphy_set_tx_iqcc(dev, (iq_comp >> 10) & 0x3FF, iq_comp & 0x3FF); in lpphy_set_tx_power_by_index()
|