Searched refs:b43_write32 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | pio.h | 128 b43_write32(q->dev, q->mmio_base + offset, value); in b43_piotx_write32() 151 b43_write32(q->dev, q->mmio_base + offset, value); in b43_piorx_write32()
|
| H A D | phy_common.c | 155 b43_write32(dev, B43_MMIO_MACCTL, macctl); in b43_radio_lock() 176 b43_write32(dev, B43_MMIO_MACCTL, macctl); in b43_radio_unlock()
|
| H A D | b43.h | 1057 static inline void b43_write32(struct b43_wldev *dev, u16 offset, u32 value) in b43_write32() function 1065 b43_write32(dev, offset, (b43_read32(dev, offset) & mask) | set); in b43_maskset32()
|
| H A D | debugfs.c | 343 b43_write32(dev, addr, val); in mmio32write__write_file()
|
| H A D | pio.c | 240 b43_write32(dev, B43_MMIO_MACCTL, b43_read32(dev, B43_MMIO_MACCTL) in b43_pio_init()
|