Home
last modified time | relevance | path

Searched refs:b43_ntab_write (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/b43/
Dphy_n.c202 b43_ntab_write(dev, (offset) + i, (data)[i]); \
257 b43_ntab_write(dev, B43_NTAB16(8, 0x00), 0xA); in b43_nphy_workarounds()
258 b43_ntab_write(dev, B43_NTAB16(8, 0x10), 0xA); in b43_nphy_workarounds()
259 b43_ntab_write(dev, B43_NTAB16(8, 0x02), 0xCDAA); in b43_nphy_workarounds()
260 b43_ntab_write(dev, B43_NTAB16(8, 0x12), 0xCDAA); in b43_nphy_workarounds()
261 b43_ntab_write(dev, B43_NTAB16(8, 0x08), 0); in b43_nphy_workarounds()
262 b43_ntab_write(dev, B43_NTAB16(8, 0x18), 0); in b43_nphy_workarounds()
263 b43_ntab_write(dev, B43_NTAB16(8, 0x07), 0x7AAB); in b43_nphy_workarounds()
264 b43_ntab_write(dev, B43_NTAB16(8, 0x17), 0x7AAB); in b43_nphy_workarounds()
265 b43_ntab_write(dev, B43_NTAB16(8, 0x06), 0x800); in b43_nphy_workarounds()
[all …]
Dtables_nphy.h129 void b43_ntab_write(struct b43_wldev *dev, u32 offset, u32 value);
Dtables_nphy.c2445 void b43_ntab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_ntab_write() function