/linux-6.12.1/arch/sh/kernel/ |
D | iomap.c | 128 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 132 EXPORT_SYMBOL(ioread8_rep);
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | io.h | 261 #define ioread8_rep ioread8_rep macro
|
/linux-6.12.1/arch/alpha/kernel/ |
D | io.c | 277 void ioread8_rep(const void __iomem *port, void *dst, unsigned long count) in ioread8_rep() function 307 ioread8_rep(ioport_map(port, 1), dst, count); in insb() 310 EXPORT_SYMBOL(ioread8_rep);
|
/linux-6.12.1/include/asm-generic/ |
D | iomap.h | 82 extern void ioread8_rep(const void __iomem *port, void *buf, unsigned long count);
|
D | io.h | 912 #ifndef ioread8_rep 913 #define ioread8_rep ioread8_rep macro 914 static inline void ioread8_rep(const volatile void __iomem *addr, void *buffer, in ioread8_rep() function
|
/linux-6.12.1/arch/sh/include/asm/ |
D | io.h | 138 #define ioread8_rep ioread8_rep macro
|
/linux-6.12.1/lib/ |
D | iomap.c | 360 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 378 EXPORT_SYMBOL(ioread8_rep);
|
/linux-6.12.1/arch/parisc/lib/ |
D | iomap.c | 430 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() function 544 EXPORT_SYMBOL(ioread8_rep);
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | io.h | 639 #define ioread8_rep ioread8_rep macro
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | technologic-nand-controller.c | 90 ioread8_rep(data->base, instr->ctx.data.buf.in, instr->ctx.data.len); in ts72xx_nand_exec_instr()
|
D | gpio.c | 108 ioread8_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr()
|
D | nand_legacy.c | 132 ioread8_rep(chip->legacy.IO_ADDR_R, buf, len); in nand_read_buf()
|
D | davinci_nand.c | 671 ioread8_rep(info->current_cs, buf, len); in nand_davinci_data_in()
|
/linux-6.12.1/drivers/ata/ |
D | pata_pcmcia.c | 97 ioread8_rep(ap->ioaddr.data_addr, buf, buflen); in ata_data_xfer_8bit()
|
D | pata_octeon_cf.c | 316 ioread8_rep(data_addr, buffer, words); in octeon_cf_data_xfer8()
|
/linux-6.12.1/drivers/bcma/ |
D | host_pci.c | 90 ioread8_rep(addr, buffer, count); in bcma_host_pci_block_read()
|
/linux-6.12.1/drivers/gpu/drm/sun4i/ |
D | sun4i_hdmi_i2c.c | 59 ioread8_rep(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
|
/linux-6.12.1/drivers/net/ethernet/8390/ |
D | ax88796.c | 213 ioread8_rep(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr() 261 ioread8_rep(nic_base + NE_DATAPORT, buf, count); in ax_block_input()
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | io_64.h | 289 #define ioread8_rep(p,d,l) readsb(p,d,l) macro
|
/linux-6.12.1/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_nand_drv.c | 278 ioread8_rep(cs->base + nfc->soc_info->data_offset, in ingenic_nand_exec_instr()
|
/linux-6.12.1/drivers/misc/vmw_vmci/ |
D | vmci_guest.c | 121 ioread8_rep(vmci_dev->iobase + VMCI_DATA_IN_ADDR, in vmci_read_data()
|
/linux-6.12.1/drivers/firmware/ |
D | qemu_fw_cfg.c | 152 ioread8_rep(fw_cfg_reg_data, buf, count); in fw_cfg_read_blob()
|
/linux-6.12.1/drivers/spi/ |
D | spi-synquacer.c | 153 ioread8_rep(sspi->regs + SYNQUACER_HSSPI_REG_RX_FIFO, in read_fifo()
|
D | spi-cadence-xspi.c | 591 ioread8_rep(cdns_xspi->sdmabase, in cdns_xspi_sdma_handle()
|
/linux-6.12.1/drivers/ssb/ |
D | pci.c | 1015 ioread8_rep(addr, buffer, count); in ssb_pci_block_read()
|