Searched refs:b43_ntab_read (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | tables_nphy.h | 184 u32 b43_ntab_read(struct b43_wldev *dev, u32 offset);
|
H A D | phy_n.c | 572 return b43_ntab_read(dev, B43_NTAB16(7, offset)) & 0x7; in b43_nphy_read_lpf_ctl() 1606 tmp = b43_ntab_read(dev, B43_NTAB16(15, 87)); in b43_nphy_run_samples() 2765 tmp32 = b43_ntab_read(dev, B43_NTAB32(30, 0)); in b43_nphy_workarounds_rev7plus() 3175 tmp32 = b43_ntab_read(dev, B43_NTAB32(30, 0)); in b43_nphy_workarounds_rev3plus() 3820 tmp = b43_ntab_read(dev, B43_NTAB16(0xF, 0x57)); in b43_nphy_tx_power_fix() 3831 tmp32 = b43_ntab_read(dev, B43_NTAB32(26 + i, in b43_nphy_tx_power_fix() 5087 tmp = b43_ntab_read(dev, B43_NTAB16(8, 3)); in b43_nphy_tx_cal_phy_setup() 5091 tmp = b43_ntab_read(dev, B43_NTAB16(8, 19)); in b43_nphy_tx_cal_phy_setup() 5143 tmp = b43_ntab_read(dev, B43_NTAB16(8, 2)); in b43_nphy_tx_cal_phy_setup() 5147 tmp = b43_ntab_read(dev, B43_NTAB16(8, 18)); in b43_nphy_tx_cal_phy_setup() [all …]
|
H A D | tables_nphy.c | 3310 u32 b43_ntab_read(struct b43_wldev *dev, u32 offset) in b43_ntab_read() function
|