Searched refs:b43_ntab_write (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/broadcom/b43/ |
D | phy_n.c | 648 b43_ntab_write(dev, B43_NTAB8(7, offset1 + i), end); in b43_nphy_set_rf_sequence() 649 b43_ntab_write(dev, B43_NTAB8(7, offset2 + i), 1); in b43_nphy_set_rf_sequence() 1612 b43_ntab_write(dev, B43_NTAB16(15, 87), tmp); in b43_nphy_run_samples() 2767 b43_ntab_write(dev, B43_NTAB16(8, 0x00), 2); in b43_nphy_workarounds_rev7plus() 2768 b43_ntab_write(dev, B43_NTAB16(8, 0x10), 2); in b43_nphy_workarounds_rev7plus() 2771 b43_ntab_write(dev, B43_NTAB32(30, 0), tmp32); in b43_nphy_workarounds_rev7plus() 2933 b43_ntab_write(dev, B43_NTAB16(7, 0x152 + core * 16), in b43_nphy_workarounds_rev7plus() 2935 b43_ntab_write(dev, B43_NTAB16(7, 0x153 + core * 16), in b43_nphy_workarounds_rev7plus() 2937 b43_ntab_write(dev, B43_NTAB16(7, 0x154 + core * 16), in b43_nphy_workarounds_rev7plus() 2939 b43_ntab_write(dev, B43_NTAB16(7, 0x155 + core * 16), in b43_nphy_workarounds_rev7plus() [all …]
|
D | tables_nphy.h | 187 void b43_ntab_write(struct b43_wldev *dev, u32 offset, u32 value);
|
D | tables_nphy.c | 3382 void b43_ntab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_ntab_write() function 3503 b43_ntab_write(dev, B43_NTAB8(9, offset), in b43_nphy_tables_init_rev7_volatile()
|