/linux-4.1.27/drivers/mtd/devices/ |
D | lart.c | 285 static void write32 (__u32 x,__u32 offset) in write32() function 309 write32 (DATA_TO_FLASH (READ_ID_CODES),0x00000000); in flash_probe() 317 write32 (DATA_TO_FLASH (READ_ARRAY),0x00000000); in flash_probe() 337 write32 (DATA_TO_FLASH (ERASE_SETUP),offset); in erase_block() 338 write32 (DATA_TO_FLASH (ERASE_CONFIRM),offset); in erase_block() 343 write32 (DATA_TO_FLASH (STATUS_READ),offset); in erase_block() 349 write32 (DATA_TO_FLASH (READ_ARRAY),offset); in erase_block() 483 write32 (DATA_TO_FLASH (PGM_SETUP),offset); in write_dword() 486 write32 (x,offset); in write_dword() 491 write32 (DATA_TO_FLASH (STATUS_READ),offset); in write_dword() [all …]
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | chip.c | 302 ci->ops->write32(ci->ctx, CORE_SB(base, sbtmstatelow), in brcmf_chip_sb_coredisable() 319 ci->ops->write32(ci->ctx, in brcmf_chip_sb_coredisable() 332 ci->ops->write32(ci->ctx, CORE_SB(base, sbtmstatelow), val); in brcmf_chip_sb_coredisable() 342 ci->ops->write32(ci->ctx, in brcmf_chip_sb_coredisable() 348 ci->ops->write32(ci->ctx, CORE_SB(base, sbtmstatelow), in brcmf_chip_sb_coredisable() 367 ci->ops->write32(ci->ctx, core->wrapbase + BCMA_IOCTL, in brcmf_chip_ai_coredisable() 372 ci->ops->write32(ci->ctx, core->wrapbase + BCMA_RESET_CTL, in brcmf_chip_ai_coredisable() 382 ci->ops->write32(ci->ctx, core->wrapbase + BCMA_IOCTL, in brcmf_chip_ai_coredisable() 407 ci->ops->write32(ci->ctx, CORE_SB(base, sbtmstatelow), in brcmf_chip_sb_resetcore() 416 ci->ops->write32(ci->ctx, CORE_SB(base, sbtmstatehigh), 0); in brcmf_chip_sb_resetcore() [all …]
|
D | chip.h | 74 void (*write32)(void *ctx, u32 addr, u32 value); member
|
D | pcie.c | 1573 .write32 = brcmf_pcie_buscore_write32,
|
D | sdio.c | 3837 .write32 = brcmf_sdio_buscore_write32,
|
/linux-4.1.27/include/linux/ |
D | fmc.h | 133 void (*write32)(struct fmc_device *fmc, uint32_t value, int offset); member 203 if (unlikely(fmc->op->write32)) in fmc_writel() 204 fmc->op->write32(fmc, val, off); in fmc_writel()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 90 void (*write32)(struct ath10k *ar, u32 address, u32 value); member 217 if (!ar->hif.ops->write32) { in ath10k_hif_write32() 222 ar->hif.ops->write32(ar, address, data); in ath10k_hif_write32()
|
D | pci.c | 2108 .write32 = ath10k_pci_write32,
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | bus.c | 106 dev->write32 = b43_bus_bcma_write32; in b43_bus_dev_bcma_init() 211 dev->write32 = b43_bus_ssb_write32; in b43_bus_dev_ssb_init()
|
D | bus.h | 31 void (*write32)(struct b43_bus_dev *dev, u16 offset, u32 value); member
|
D | b43.h | 1058 dev->dev->write32(dev->dev, offset, value); in b43_write32()
|
/linux-4.1.27/include/linux/bcma/ |
D | bcma.h | 47 void (*write32)(struct bcma_device *core, u16 offset, u32 value); member 377 core->bus->ops->write32(core, offset, value); in bcma_write32()
|
/linux-4.1.27/arch/parisc/lib/ |
D | iomap.c | 53 void (*write32)(u32, void __iomem *); member 336 iomap_ops[ADDR_TO_REGION(addr)]->write32(datum, addr); in iowrite32()
|
/linux-4.1.27/include/linux/ssb/ |
D | ssb.h | 206 void (*write32)(struct ssb_device *dev, u16 offset, u32 value); member 596 dev->ops->write32(dev, offset, value); in ssb_write32()
|
/linux-4.1.27/drivers/bcma/ |
D | host_soc.c | 159 .write32 = bcma_host_soc_write32,
|
D | host_pci.c | 151 .write32 = bcma_host_pci_write32,
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-trans.h | 528 void (*write32)(struct iwl_trans *trans, u32 ofs, u32 val); member 926 trans->ops->write32(trans, ofs, val); in iwl_trans_write32()
|
/linux-4.1.27/drivers/fmc/ |
D | fmc-fakedev.c | 236 .write32 = ff_writel,
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunhme.h | 425 void (*write32)(void __iomem *, u32); member
|
D | sunhme.c | 245 ((__hp)->write32((__reg), (__val))) 2836 hp->write32 = sbus_hme_write32; in happy_meal_sbus_probe_one() 3149 hp->write32 = pci_hme_write32; in happy_meal_pci_probe()
|
/linux-4.1.27/arch/x86/tools/ |
D | relocs.c | 956 static int write32(uint32_t v, FILE *f) in write32() function 972 int (*write_reloc)(uint32_t, FILE *) = write32; in emit_relocs()
|
/linux-4.1.27/drivers/ssb/ |
D | sdio.c | 458 .write32 = ssb_sdio_write32,
|
D | pcmcia.c | 441 .write32 = ssb_pcmcia_write32,
|
D | pci.c | 1122 .write32 = ssb_pci_write32,
|
D | main.c | 752 .write32 = ssb_ssb_write32,
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | drxk_hard.c | 434 static int write32(struct drxk_state *state, u32 reg, u32 data) in write32() function 2110 status = write32(state, FEC_OC_RCN_CTL_RATE_LO__A, fec_oc_rcn_ctl_rate); in mpegts_dto_setup() 3003 status = write32(state, IQM_FS_RATE_OFS_LO__A, in set_frequency_shifter() 4023 status = write32(state, IQM_RC_RATE_OFS_LO__A, iqm_rc_rate_ofs); in set_dvbt() 5312 status = write32(state, IQM_RC_RATE_OFS_LO__A, iqm_rc_rate); in qam_set_symbolrate()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | tg3.c | 570 tp->write32(tp, off, val); in _tw32_flush() 621 #define tw32(reg, val) tp->write32(tp, reg, val) 9073 write_op = tp->write32; in tg3_chip_reset() 9075 tp->write32 = tg3_write32; in tg3_chip_reset() 9144 tp->write32 = write_op; in tg3_chip_reset() 16505 tp->write32 = tg3_write32; in tg3_get_invariants() 16513 tp->write32 = tg3_write_indirect_reg32; in tg3_get_invariants() 16524 tp->write32 = tg3_write_flush_reg32; in tg3_get_invariants() 16535 tp->write32 = tg3_write_indirect_reg32; in tg3_get_invariants() 16555 if (tp->write32 == tg3_write_indirect_reg32 || in tg3_get_invariants()
|
D | tg3.h | 3160 void (*write32) (struct tg3 *, u32, u32); member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
D | trans.c | 2414 .write32 = iwl_trans_pcie_write32,
|