| /linux/arch/alpha/kernel/ |
| H A D | io.c | 360 void ioread32_rep(const void __iomem *port, void *dst, unsigned long count) in ioread32_rep() function 379 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 382 EXPORT_SYMBOL(ioread32_rep);
|
| /linux/include/asm-generic/ |
| H A D | iomap.h | 64 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count);
|
| /linux/arch/alpha/include/asm/ |
| H A D | io.h | 287 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count); 643 #define ioread32_rep ioread32_rep macro
|
| /linux/lib/ |
| H A D | iomap.c | 372 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 380 EXPORT_SYMBOL(ioread32_rep);
|
| /linux/arch/parisc/lib/ |
| H A D | iomap.c | 454 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function 546 EXPORT_SYMBOL(ioread32_rep);
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | r8a66597-udc.h | 141 ioread32_rep(fifoaddr, buf, len / 4); in r8a66597_read_fifo()
|
| H A D | m66592-udc.h | 534 ioread32_rep(fifoaddr, buf, len); in m66592_read_fifo()
|
| /linux/drivers/usb/host/ |
| H A D | r8a66597.h | 174 ioread32_rep(fifoaddr, buf, count); in r8a66597_read_fifo()
|
| /linux/drivers/bcma/ |
| H A D | host_pci.c | 98 ioread32_rep(addr, buffer, count >> 2); in bcma_host_pci_block_read()
|
| /linux/drivers/spi/ |
| H A D | spi-zynq-qspi.c | 448 ioread32_rep(xqspi->regs + ZYNQ_QSPI_RXD_OFFSET, in zynq_qspi_read_op()
|
| H A D | spi-rockchip-sfc.c | 432 ioread32_rep(sfc->regbase + SFC_DATA, buf, read_words); in rockchip_sfc_read_fifo()
|
| H A D | spi-geni-qcom.c | 776 ioread32_rep(se->base + SE_GENI_RX_FIFOn, &fifo_word, 1); in geni_spi_handle_rx()
|
| H A D | spi-cadence-quadspi.c | 808 ioread32_rep(ahb_base, rxbuf, in cqspi_indirect_read_execute()
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_gadget_ep0.c | 110 ioread32_rep(fifo, dst, len >> 2); in ep0_read_fifo()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_dsps.c | 627 ioread32_rep(fifo, dst, len >> 2); in dsps_read_fifo32()
|
| H A D | tusb6010.c | 296 ioread32_rep(fifo, buf, len >> 2); in tusb_read_fifo()
|
| /linux/drivers/ata/ |
| H A D | libata-sff.c | 544 ioread32_rep(data_addr, buf, words); in ata_sff_data_xfer32() 563 ioread32_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 187 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l)
|
| /linux/drivers/ssb/ |
| H A D | pci.c | 1023 ioread32_rep(addr, buffer, count >> 2); in ssb_pci_block_read()
|
| /linux/drivers/usb/renesas_usbhs/ |
| H A D | fifo.c | 718 ioread32_rep(addr, buf, len / 4); in usbhsf_pio_try_pop()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | arasan-nand-controller.c | 699 ioread32_rep(nfc->base + DATA_PORT_REG, &buf[offset], in anfc_rw_pio_op()
|
| H A D | cadence-nand-controller.c | 1949 ioread32_rep(cdns_ctrl->io.virt, buf, len_in_words); in cadence_nand_read_buf() 1961 ioread32_rep(cdns_ctrl->io.virt, in cadence_nand_read_buf()
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi6000.c | 1200 ioread32_rep(pdo->prHPI_data_auto_inc, pdata, length16); in hpi_read_block()
|
| /linux/drivers/net/ethernet/davicom/ |
| H A D | dm9000.c | 228 ioread32_rep(reg, data, (count+3) >> 2); in dm9000_inblk_32bit()
|
| /linux/drivers/net/ethernet/3com/ |
| H A D | 3c59x.c | 2566 ioread32_rep(ioaddr + RX_FIFO, in vortex_rx()
|