| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | chip.c | 258 regdata = ci->ops->read32(ci->ctx, address); in brcmf_chip_sb_iscoreup() 313 val = ci->ops->read32(ci->ctx, in brcmf_chip_sb_coredisable() 318 val = ci->ops->read32(ci->ctx, in brcmf_chip_sb_coredisable() 321 SPINWAIT((ci->ops->read32(ci->ctx, in brcmf_chip_sb_coredisable() 336 val = ci->ops->read32(ci->ctx, in brcmf_chip_sb_coredisable() 471 while (ci->ops->read32(ci->ctx, in brcmf_chip_ai_resetcore() 819 val = ci->ops->read32(ci->ctx, *eromaddr); in brcmf_chip_dmp_get_desc() 916 eromaddr = ci->ops->read32(ci->ctx, in brcmf_chip_dmp_erom_scan() 983 regdata = ci->ops->read32(ci->ctx, in brcmf_chip_recognition() 1107 val = chip->ops->read32(chip->ctx, in brcmf_chip_setup() [all …]
|
| A D | chip.h | 66 u32 (*read32)(void *ctx, u32 addr); member
|
| /drivers/gpu/drm/i915/soc/ |
| A D | intel_rom.c | 23 u32 (*read32)(struct intel_rom *rom, loff_t offset); member 61 rom->read32 = spi_read32; in intel_rom_spi() 104 rom->read32 = pci_read32; in intel_rom_pci() 114 return rom->read32(rom, offset); in intel_rom_read32() 134 *ptr++ = rom->read32(rom, offset + index); in intel_rom_read_block() 142 if (rom->read32(rom, offset) == needle) in intel_rom_find()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | hif.h | 78 u32 (*read32)(struct ath10k *ar, u32 address); member 212 if (!ar->hif.ops->read32) { in ath10k_hif_read32() 217 return ar->hif.ops->read32(ar, address); in ath10k_hif_read32()
|
| A D | ce.h | 137 u32 (*read32)(struct ath10k *ar, u32 offset); member 381 ce->bus_ops->read32((ar), CE_WRAPPER_BASE_ADDRESS + in ath10k_ce_interrupt_summary()
|
| A D | ahb.c | 716 .read32 = ath10k_ahb_read32, 721 .read32 = ath10k_ahb_read32,
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | hif.h | 13 u32 (*read32)(struct ath11k_base *ab, u32 address); member 103 return ab->hif.ops->read32(ab, address); in ath11k_hif_read32()
|
| A D | ahb.c | 768 .read32 = ath11k_ahb_read32, 781 .read32 = ath11k_pcic_read32,
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | hif.h | 13 u32 (*read32)(struct ath12k_base *ab, u32 address); member 127 return ab->hif.ops->read32(ab, address); in ath12k_hif_read32()
|
| /drivers/platform/x86/ |
| A D | apple-gmux.c | 88 u32 (*read32)(struct apple_gmux_data *gmux_data, int port); member 313 return gmux_data->config->read32(gmux_data, port); in gmux_read32() 575 .read32 = &gmux_pio_read32, 587 .read32 = &gmux_index_read32, 599 .read32 = &gmux_mmio_read32,
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | bus.c | 91 dev->read32 = b43_bus_bcma_read32; in b43_bus_dev_bcma_init() 196 dev->read32 = b43_bus_ssb_read32; in b43_bus_dev_ssb_init()
|
| A D | bus.h | 30 u32 (*read32)(struct b43_bus_dev *dev, u16 offset); member
|
| A D | b43.h | 1054 return dev->dev->read32(dev->dev, offset); in b43_read32()
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | hci.h | 30 u32 (*read32)(struct rtw_dev *rtwdev, u32 addr); member 114 return rtwdev->hci.ops->read32(rtwdev, addr); in rtw_read32()
|
| /drivers/gpu/nova-core/regs/ |
| A D | macros.rs | 326 Self(io.read32($offset)) 361 Self(io.read32(base + $offset))
|
| /drivers/gpu/nova-core/falcon/hal/ |
| A D | ga102.rs | 70 bar.read32(reg_fuse_base + ((ucode_id - 1) as usize * core::mem::size_of::<u32>())); in signature_reg_fuse_version_ga102()
|
| /drivers/net/dsa/b53/ |
| A D | b53_priv.h | 36 int (*read32)(struct b53_device *dev, u8 page, u8 reg, u32 *value); member 300 b53_build_op(read32, u32 *);
|
| A D | b53_mdio.c | 274 .read32 = b53_mdio_read32,
|
| A D | b53_spi.c | 286 .read32 = b53_spi_read32,
|
| A D | b53_mmap.c | 320 .read32 = b53_mmap_read32,
|
| /drivers/ssb/ |
| A D | host_soc.c | 166 .read32 = ssb_host_soc_read32,
|
| A D | sdio.c | 454 .read32 = ssb_sdio_read32,
|
| /drivers/bcma/ |
| A D | host_soc.c | 156 .read32 = bcma_host_soc_read32,
|
| A D | host_pci.c | 148 .read32 = bcma_host_pci_read32,
|
| /drivers/net/ethernet/sun/ |
| A D | sunhme.h | 423 u32 (*read32)(void __iomem *); member
|