Searched refs:b43_is_40mhz (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c571 offset = b43_is_40mhz(dev) ? 0x159 : 0x154;
746 if (b43_is_40mhz(dev)) {
1222 bias = b43_is_40mhz(dev) ? 0x40 : 0x20;
1537 bw = b43_is_40mhz(dev) ? 40 : 20;
1546 if (b43_is_40mhz(dev))
1611 tmp = !b43_is_40mhz(dev) ? 0x6464 : 0x4747;
2588 if (!b43_is_40mhz(dev)) {
2602 if (!b43_is_40mhz(dev)) {
2617 b43_is_40mhz(dev))
2622 code = b43_is_40mhz(de
[all...]
H A Dphy_common.h442 bool b43_is_40mhz(struct b43_wldev *dev);
H A Dphy_common.c557 bool b43_is_40mhz(struct b43_wldev *dev) function
H A Dtables_nphy.c3816 if (phy->radio_rev == 11 && !b43_is_40mhz(dev))

Completed in 306 milliseconds