Searched refs:b43_ntab_read (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/wireless/b43/ |
D | tables_nphy.h | 170 u32 b43_ntab_read(struct b43_wldev *dev, u32 offset);
|
D | phy_n.c | 913 tmp = b43_ntab_read(dev, B43_NTAB16(15, 87)); in b43_nphy_run_samples() 1889 tmp32 = b43_ntab_read(dev, B43_NTAB32(30, 0)); in b43_nphy_workarounds_rev3plus() 2424 tmp = b43_ntab_read(dev, B43_NTAB16(0xF, 0x57)); in b43_nphy_tx_power_fix() 2435 tmp32 = b43_ntab_read(dev, B43_NTAB32(26 + i, in b43_nphy_tx_power_fix() 3558 tmp = b43_ntab_read(dev, B43_NTAB16(8, 3)); in b43_nphy_tx_cal_phy_setup() 3562 tmp = b43_ntab_read(dev, B43_NTAB16(8, 19)); in b43_nphy_tx_cal_phy_setup() 3582 tmp = b43_ntab_read(dev, B43_NTAB16(8, 2)); in b43_nphy_tx_cal_phy_setup() 3586 tmp = b43_ntab_read(dev, B43_NTAB16(8, 18)); in b43_nphy_tx_cal_phy_setup() 3862 buffer[0] = b43_ntab_read(dev, in b43_nphy_cal_tx_iq_lo()
|
D | tables_nphy.c | 2902 u32 b43_ntab_read(struct b43_wldev *dev, u32 offset) in b43_ntab_read() function
|