Searched refs:b43_lptab_read (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | tables_lpphy.h | 18 u32 b43_lptab_read(struct b43_wldev *dev, u32 offset);
|
D | phy_lp.c | 720 return (b43_lptab_read(dev, B43_LPTAB16(0, 87)) & 0xFF00) >> 8; in lpphy_get_bb_mult() 973 u32 gain = b43_lptab_read(dev, B43_LPTAB16(12, idx)); in lpphy_set_rx_gain_by_index() 1392 iq_comp = b43_lptab_read(dev, B43_LPTAB32(7, index + 320)); in lpphy_set_tx_power_by_index() 1393 tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192)); in lpphy_set_tx_power_by_index() 1400 iq_comp = b43_lptab_read(dev, B43_LPTAB32(10, index + 320)); in lpphy_set_tx_power_by_index() 1401 tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192)); in lpphy_set_tx_power_by_index() 1410 coeff = b43_lptab_read(dev, B43_LPTAB32(7, index + 448)); in lpphy_set_tx_power_by_index() 1412 coeff = b43_lptab_read(dev, B43_LPTAB32(10, index + 448)); in lpphy_set_tx_power_by_index() 1416 rf_power = b43_lptab_read(dev, B43_LPTAB32(7, index + 576)); in lpphy_set_tx_power_by_index()
|
D | tables_lpphy.c | 594 u32 b43_lptab_read(struct b43_wldev *dev, u32 offset) in b43_lptab_read() function
|