Home
last modified time | relevance | path

Searched refs:read32 (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c246 regdata = ci->ops->read32(ci->ctx, CORE_SB(core->base, sbidhigh)); in brcmf_chip_sb_corerev()
258 regdata = ci->ops->read32(ci->ctx, address); in brcmf_chip_sb_iscoreup()
271 regdata = ci->ops->read32(ci->ctx, core->wrapbase + BCMA_IOCTL); in brcmf_chip_ai_iscoreup()
274 regdata = ci->ops->read32(ci->ctx, core->wrapbase + BCMA_RESET_CTL); in brcmf_chip_ai_iscoreup()
288 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatelow)); in brcmf_chip_sb_coredisable()
292 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatelow)); in brcmf_chip_sb_coredisable()
298 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatelow)); in brcmf_chip_sb_coredisable()
302 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatelow)); in brcmf_chip_sb_coredisable()
304 SPINWAIT((ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatehigh)) in brcmf_chip_sb_coredisable()
307 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatehigh)); in brcmf_chip_sb_coredisable()
[all …]
H A Dchip.h66 u32 (*read32)(void *ctx, u32 addr); member
/linux/drivers/gpu/drm/i915/display/
H A Dintel_rom.c26 u32 (*read32)(struct intel_rom *rom, loff_t offset); member
64 rom->read32 = spi_read32; in intel_rom_spi()
107 rom->read32 = pci_read32; in intel_rom_pci()
117 return rom->read32(rom, offset); in intel_rom_read32()
137 *ptr++ = rom->read32(rom, offset + index); in intel_rom_read_block()
145 if (rom->read32(rom, offset) == needle) in intel_rom_find()
/linux/samples/rust/
H A Drust_driver_pci.rs59 let offset = bar.read32(Regs::OFFSET) as usize; in testdev()
67 Ok(bar.read32(Regs::COUNT)) in testdev()
90 config.read32(0x10) in config_space()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhif.h78 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()
H A Dce.h137 u32 (*read32)(struct ath10k *ar, u32 offset); member
381 ce->bus_ops->read32((ar), CE_WRAPPER_BASE_ADDRESS + in ath10k_ce_interrupt_summary()
H A Dpci.c689 return ce->bus_ops->read32(ar, offset); in ath10k_pci_read32()
3089 .read32 = ath10k_pci_read32,
3526 .read32 = ath10k_bus_pci_read32,
/linux/arch/parisc/lib/
H A Diomap.c49 unsigned int (*read32)(const void __iomem *); member
140 .read32 = ioport_read32,
283 .read32 = iomem_read32,
336 return iomap_ops[ADDR_TO_REGION(addr)]->read32(addr); in ioread32()
/linux/drivers/platform/x86/
H A Dapple-gmux.c88 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,
/linux/drivers/net/wireless/broadcom/b43/
H A Dbus.c91 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()
H A Dbus.h30 u32 (*read32)(struct b43_bus_dev *dev, u16 offset); member
H A Db43.h1054 return dev->dev->read32(dev->dev, offset); in b43_read32()
/linux/include/linux/bcma/
H A Dbcma.h46 u32 (*read32)(struct bcma_device *core, u16 offset); member
377 return core->bus->ops->read32(core, offset); in bcma_read32()
/linux/rust/kernel/
H A Dio.rs462 fn read32(&self, _offset: usize) -> u32 in read32() method
581 io_define_read!(infallible, read32, call_mmio_read(readl) -> u32);
/linux/include/linux/ssb/
H A Dssb.h210 u32 (*read32)(struct ssb_device *dev, u16 offset); member
585 return dev->ops->read32(dev, offset); in ssb_read32()
/linux/drivers/ssb/
H A Dhost_soc.c166 .read32 = ssb_host_soc_read32,
H A Dsdio.c454 .read32 = ssb_sdio_read32,
H A Dpcmcia.c432 .read32 = ssb_pcmcia_read32,
/linux/drivers/bcma/
H A Dhost_soc.c156 .read32 = bcma_host_soc_read32,
H A Dhost_pci.c148 .read32 = bcma_host_pci_read32,
/linux/rust/kernel/pci/
H A Dio.rs168 io_define_read!(infallible, read32, call_config_read(pci_read_config_dword) -> u32);
/linux/drivers/net/ethernet/sun/
H A Dsunhme.h423 u32 (*read32)(void __iomem *); member
H A Dsunhme.c211 ((__hp)->read32(__reg))
2587 hp->read32 = sbus_hme_read32; in happy_meal_sbus_probe_one()
2730 hp->read32 = pci_hme_read32; in happy_meal_pci_probe()
/linux/drivers/net/dsa/b53/
H A Db53_spi.c286 .read32 = b53_spi_read32,
H A Db53_mdio.c274 .read32 = b53_mdio_read32,

12