Searched refs:b43_lptab_read (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ | 
| D | tables_lpphy.h | 18 u32 b43_lptab_read(struct b43_wldev *dev, u32 offset);
  | 
| D | phy_lp.c | 708 	return (b43_lptab_read(dev, B43_LPTAB16(0, 87)) & 0xFF00) >> 8;  in lpphy_get_bb_mult() 961 	u32 gain = b43_lptab_read(dev, B43_LPTAB16(12, idx));  in lpphy_set_rx_gain_by_index() 1380 		iq_comp = b43_lptab_read(dev, B43_LPTAB32(7, index + 320));  in lpphy_set_tx_power_by_index() 1381 		tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192));  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() 1389 		tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192));  in lpphy_set_tx_power_by_index() 1398 		coeff = b43_lptab_read(dev, B43_LPTAB32(7, index + 448));  in lpphy_set_tx_power_by_index() 1400 		coeff = b43_lptab_read(dev, B43_LPTAB32(10, index + 448));  in lpphy_set_tx_power_by_index() 1404 		rf_power = b43_lptab_read(dev, B43_LPTAB32(7, index + 576));  in lpphy_set_tx_power_by_index()
  | 
| D | tables_lpphy.c | 581 u32 b43_lptab_read(struct b43_wldev *dev, u32 offset)  in b43_lptab_read()  function
  |