Home
last modified time | relevance | path

Searched refs:B43_MMIO_MACCTL (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_common.c153 macctl = b43_read32(dev, B43_MMIO_MACCTL); in b43_radio_lock()
155 b43_write32(dev, B43_MMIO_MACCTL, macctl); in b43_radio_lock()
158 b43_read32(dev, B43_MMIO_MACCTL); in b43_radio_lock()
174 macctl = b43_read32(dev, B43_MMIO_MACCTL); in b43_radio_unlock()
176 b43_write32(dev, B43_MMIO_MACCTL, macctl); in b43_radio_unlock()
227 b43_read32(dev, B43_MMIO_MACCTL); in b43_radio_write()
H A Dpio.c240 b43_write32(dev, B43_MMIO_MACCTL, b43_read32(dev, B43_MMIO_MACCTL) in b43_pio_init()
H A Db43.h41 #define B43_MMIO_MACCTL 0x120 /* MAC control */ macro
H A Dphy_lcn.c745 if (b43_read32(dev, B43_MMIO_MACCTL) & B43_MACCTL_ENABLED) in b43_phy_lcn_op_software_rfkill()
H A Dradio_2055.c1304 b43_read32(dev, B43_MMIO_MACCTL); /* flush */ in b2055_upload_inittab()
H A Dphy_ht.c1022 if (b43_read32(dev, B43_MMIO_MACCTL) & B43_MACCTL_ENABLED) in b43_phy_ht_op_software_rfkill()
H A Dphy_g.c2531 b43_read32(dev, B43_MMIO_MACCTL); in b43_gphy_op_prepare_hardware()