| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | chip.c | 316 ci->ops->write32(ci->ctx, in brcmf_chip_sb_coredisable() 339 ci->ops->write32(ci->ctx, in brcmf_chip_sb_coredisable() 345 ci->ops->write32(ci->ctx, CORE_SB(base, sbtmstatelow), in brcmf_chip_sb_coredisable() 364 ci->ops->write32(ci->ctx, core->wrapbase + BCMA_IOCTL, in brcmf_chip_ai_coredisable() 379 ci->ops->write32(ci->ctx, core->wrapbase + BCMA_IOCTL, in brcmf_chip_ai_coredisable() 404 ci->ops->write32(ci->ctx, CORE_SB(base, sbtmstatelow), in brcmf_chip_sb_resetcore() 422 ci->ops->write32(ci->ctx, CORE_SB(base, sbtmstatelow), in brcmf_chip_sb_resetcore() 428 ci->ops->write32(ci->ctx, CORE_SB(base, sbtmstatelow), in brcmf_chip_sb_resetcore() 474 ci->ops->write32(ci->ctx, in brcmf_chip_ai_resetcore() 1131 if (WARN_ON(!ops->write32)) in brcmf_chip_attach() [all …]
|
| A D | chip.h | 67 void (*write32)(void *ctx, u32 addr, u32 value); member
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | hif.h | 80 void (*write32)(struct ath10k *ar, u32 address, u32 value); member 223 if (!ar->hif.ops->write32) { in ath10k_hif_write32() 228 ar->hif.ops->write32(ar, address, data); in ath10k_hif_write32()
|
| A D | ahb.c | 717 .write32 = ath10k_ahb_write32, 722 .write32 = ath10k_ahb_write32,
|
| A D | ce.h | 138 void (*write32)(struct ath10k *ar, u32 offset, u32 value); member
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | hif.h | 14 void (*write32)(struct ath11k_base *ab, u32 address, u32 data); member 108 ab->hif.ops->write32(ab, address, data); in ath11k_hif_write32()
|
| A D | ahb.c | 769 .write32 = ath11k_ahb_write32, 782 .write32 = ath11k_pcic_write32,
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | hif.h | 14 void (*write32)(struct ath12k_base *ab, u32 address, u32 data); member 133 ab->hif.ops->write32(ab, address, data); in ath12k_hif_write32()
|
| /drivers/platform/x86/ |
| A D | apple-gmux.c | 89 void (*write32)(struct apple_gmux_data *gmux_data, int port, u32 val); member 319 return gmux_data->config->write32(gmux_data, port, val); in gmux_write32() 576 .write32 = &gmux_pio_write32, 588 .write32 = &gmux_index_write32, 600 .write32 = &gmux_mmio_write32,
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | bus.c | 93 dev->write32 = b43_bus_bcma_write32; in b43_bus_dev_bcma_init() 198 dev->write32 = b43_bus_ssb_write32; in b43_bus_dev_ssb_init()
|
| A D | bus.h | 32 void (*write32)(struct b43_bus_dev *dev, u16 offset, u32 value); member
|
| A D | b43.h | 1059 dev->dev->write32(dev->dev, offset, value); in b43_write32()
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | hci.h | 33 void (*write32)(struct rtw_dev *rtwdev, u32 addr, u32 val); member 129 rtwdev->hci.ops->write32(rtwdev, addr, val); in rtw_write32()
|
| /drivers/gpu/nova-core/regs/ |
| A D | macros.rs | 333 io.write32(self.0, $offset) 372 io.write32(self.0, base + $offset)
|
| /drivers/net/dsa/b53/ |
| A D | b53_priv.h | 41 int (*write32)(struct b53_device *dev, u8 page, u8 reg, u32 value); member 306 b53_build_op(write32, u32);
|
| A D | b53_mdio.c | 279 .write32 = b53_mdio_write32,
|
| A D | b53_spi.c | 291 .write32 = b53_spi_write32,
|
| A D | b53_mmap.c | 325 .write32 = b53_mmap_write32,
|
| A D | b53_srab.c | 487 .write32 = b53_srab_write32,
|
| /drivers/ssb/ |
| A D | host_soc.c | 169 .write32 = ssb_host_soc_write32,
|
| A D | sdio.c | 457 .write32 = ssb_sdio_write32,
|
| A D | pcmcia.c | 435 .write32 = ssb_pcmcia_write32,
|
| /drivers/bcma/ |
| A D | host_soc.c | 159 .write32 = bcma_host_soc_write32,
|
| A D | host_pci.c | 151 .write32 = bcma_host_pci_write32,
|
| /drivers/net/ethernet/sun/ |
| A D | sunhme.h | 424 void (*write32)(void __iomem *, u32); member
|