Searched refs:B43legacy_MMIO_MACCTL (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | main.c | 248 status = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_ram_write() 625 b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_dummy_transmission() 1883 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, in b43legacy_gpio_init() 1885 B43legacy_MMIO_MACCTL) in b43legacy_gpio_init() 1945 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, in b43legacy_mac_enable() 1947 B43legacy_MMIO_MACCTL) in b43legacy_mac_enable() 1952 b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_mac_enable() 1983 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, in b43legacy_mac_suspend() 1985 B43legacy_MMIO_MACCTL) in b43legacy_mac_suspend() 2007 ctl = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_adjust_opmode() [all …]
|
H A D | pio.c | 336 value = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_setup_pioqueue() 338 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, value); in b43legacy_setup_pioqueue()
|
H A D | radio.c | 81 status = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_radio_lock() 84 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, status); in b43legacy_radio_lock() 93 status = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_radio_unlock() 96 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, status); in b43legacy_radio_unlock()
|
H A D | b43legacy.h | 42 #define B43legacy_MMIO_MACCTL 0x120 /* MAC control */ macro
|
H A D | phy.c | 120 b43legacy_read32(dev, B43legacy_MMIO_MACCTL); /* Dummy read. */ in b43legacy_phy_calibrate() 2215 status = b43legacy_read32(dev, B43legacy_MMIO_MACCTL); in b43legacy_power_saving_ctl_bits() 2224 b43legacy_write32(dev, B43legacy_MMIO_MACCTL, status); in b43legacy_power_saving_ctl_bits()
|