Searched refs:B43_MACCTL_ENABLED (Results 1 – 5 of 5) sorted by relevance
481 if (b43_read32(dev, B43_MMIO_MACCTL) & B43_MACCTL_ENABLED) in b43_phy_ht_op_software_rfkill()
440 #define B43_MACCTL_ENABLED 0x00000001 /* MAC Enabled */ macro
778 if (b43_read32(dev, B43_MMIO_MACCTL) & B43_MACCTL_ENABLED) in b43_phy_lcn_op_software_rfkill()
2832 b43_maskset32(dev, B43_MMIO_MACCTL, ~0, B43_MACCTL_ENABLED); in b43_mac_enable()2853 b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_ENABLED, 0); in b43_mac_suspend()
4884 if (b43_read32(dev, B43_MMIO_MACCTL) & B43_MACCTL_ENABLED) in b43_nphy_op_software_rfkill()