/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | chip.c | 253 regdata = ci->ops->read32(ci->ctx, CORE_SB(core->base, sbidhigh)); in brcmf_chip_sb_corerev() 265 regdata = ci->ops->read32(ci->ctx, address); in brcmf_chip_sb_iscoreup() 278 regdata = ci->ops->read32(ci->ctx, core->wrapbase + BCMA_IOCTL); in brcmf_chip_ai_iscoreup() 281 regdata = ci->ops->read32(ci->ctx, core->wrapbase + BCMA_RESET_CTL); in brcmf_chip_ai_iscoreup() 295 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatelow)); in brcmf_chip_sb_coredisable() 299 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatelow)); in brcmf_chip_sb_coredisable() 305 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatelow)); in brcmf_chip_sb_coredisable() 309 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatelow)); in brcmf_chip_sb_coredisable() 311 SPINWAIT((ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatehigh)) in brcmf_chip_sb_coredisable() 314 val = ci->ops->read32(ci->ctx, CORE_SB(base, sbtmstatehigh)); in brcmf_chip_sb_coredisable() [all …]
|
D | chip.h | 73 u32 (*read32)(void *ctx, u32 addr); member
|
D | pcie.c | 1773 .read32 = brcmf_pcie_buscore_read32,
|
D | sdio.c | 3883 .read32 = brcmf_sdio_buscore_read32,
|
/linux-4.4.14/drivers/mtd/devices/ |
D | lart.c | 276 static __u32 read32 (__u32 offset) in read32() function 313 manufacturer = FLASH_TO_DATA (read32 (ADDR_TO_FLASH_U2 (0x00000000))); in flash_probe() 314 devtype = FLASH_TO_DATA (read32 (ADDR_TO_FLASH_U2 (0x00000001))); in flash_probe() 344 status = FLASH_TO_DATA (read32 (offset)); in erase_block() 454 *((__u32 *) buf) = read32 (from); in flash_read() 492 status = FLASH_TO_DATA (read32 (offset)); in write_dword() 500 if ((status & STATUS_PGM_ERR) || read32 (offset) != x) in write_dword()
|
/linux-4.4.14/include/linux/ |
D | fmc.h | 132 uint32_t (*read32)(struct fmc_device *fmc, int offset); member 197 if (unlikely(fmc->op->read32)) in fmc_readl() 198 return fmc->op->read32(fmc, offset); in fmc_readl()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 77 u32 (*read32)(struct ath10k *ar, u32 address); member 186 if (!ar->hif.ops->read32) { in ath10k_hif_read32() 191 return ar->hif.ops->read32(ar, address); in ath10k_hif_read32()
|
D | pci.c | 2506 .read32 = ath10k_pci_read32,
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | bus.c | 104 dev->read32 = b43_bus_bcma_read32; in b43_bus_dev_bcma_init() 209 dev->read32 = b43_bus_ssb_read32; in b43_bus_dev_ssb_init()
|
D | bus.h | 29 u32 (*read32)(struct b43_bus_dev *dev, u16 offset); member
|
D | b43.h | 1053 return dev->dev->read32(dev->dev, offset); in b43_read32()
|
/linux-4.4.14/arch/parisc/lib/ |
D | iomap.c | 48 unsigned int (*read32)(void __iomem *); member 295 return iomap_ops[ADDR_TO_REGION(addr)]->read32(addr); in ioread32()
|
/linux-4.4.14/include/linux/bcma/ |
D | bcma.h | 44 u32 (*read32)(struct bcma_device *core, u16 offset); member 373 return core->bus->ops->read32(core, offset); in bcma_read32()
|
/linux-4.4.14/drivers/ssb/ |
D | host_soc.c | 165 .read32 = ssb_host_soc_read32,
|
D | sdio.c | 455 .read32 = ssb_sdio_read32,
|
D | pcmcia.c | 437 .read32 = ssb_pcmcia_read32,
|
D | pci.c | 1119 .read32 = ssb_pci_read32,
|
/linux-4.4.14/include/linux/ssb/ |
D | ssb.h | 209 u32 (*read32)(struct ssb_device *dev, u16 offset); member 590 return dev->ops->read32(dev, offset); in ssb_read32()
|
/linux-4.4.14/drivers/bcma/ |
D | host_soc.c | 156 .read32 = bcma_host_soc_read32,
|
D | host_pci.c | 148 .read32 = bcma_host_pci_read32,
|
/linux-4.4.14/drivers/fmc/ |
D | fmc-fakedev.c | 235 .read32 = ff_readl,
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunhme.h | 424 u32 (*read32)(void __iomem *); member
|
D | sunhme.c | 247 ((__hp)->read32(__reg)) 2835 hp->read32 = sbus_hme_read32; in happy_meal_sbus_probe_one() 3148 hp->read32 = pci_hme_read32; in happy_meal_pci_probe()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-trans.h | 593 u32 (*read32)(struct iwl_trans *trans, u32 ofs); member 1027 return trans->ops->read32(trans, ofs); in iwl_trans_read32()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | drxk_hard.c | 374 static int read32(struct drxk_state *state, u32 reg, u32 *data) in read32() function 799 status = read32(state, SIO_TOP_JTAGID_LO__A, &jtag); in drxx_open() 861 status = read32(state, SIO_TOP_JTAGID_LO__A, &sio_top_jtagid_lo); in get_device_capabilities()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.h | 3159 u32 (*read32) (struct tg3 *, u32); member
|
D | tg3.c | 576 tp->read32(tp, off); in _tw32_flush() 624 #define tr32(reg) tp->read32(tp, reg) 16504 tp->read32 = tg3_read32; in tg3_get_invariants() 16534 tp->read32 = tg3_read_indirect_reg32; in tg3_get_invariants()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | trans.c | 2642 .read32 = iwl_trans_pcie_read32,
|