Home
last modified time | relevance | path

Searched refs:ioread32_rep (Results 1 – 25 of 36) sorted by relevance

12

/linux/arch/sh/kernel/
H A Diomap.c140 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function
144 EXPORT_SYMBOL(ioread32_rep);
/linux/arch/alpha/kernel/
H A Dio.c360 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 Diomap.h84 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count);
/linux/arch/sh/include/asm/
H A Dio.h140 #define ioread32_rep ioread32_rep macro
/linux/lib/
H A Diomap.c372 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 Diomap.c454 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() function
546 EXPORT_SYMBOL(ioread32_rep);
/linux/arch/alpha/include/asm/
H A Dio.h640 #define ioread32_rep ioread32_rep macro
/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h141 ioread32_rep(fifoaddr, buf, len / 4); in r8a66597_read_fifo()
H A Dm66592-udc.h534 ioread32_rep(fifoaddr, buf, len); in m66592_read_fifo()
/linux/drivers/mmc/host/
H A Dtmio_mmc.h232 ioread32_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read32_rep()
H A Dtoshsd.c192 ioread32_rep(host->ioaddr + SD_DATAPORT, buf, count >> 2); in toshsd_thread_irq()
H A Dmmci.c1636 ioread32_rep(base + MMCIFIFO, buf, 1); in mmci_pio_read()
1639 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read()
1643 ioread32_rep(base + MMCIFIFO, ptr, count >> 2); in mmci_pio_read()
/linux/drivers/usb/host/
H A Dr8a66597.h174 ioread32_rep(fifoaddr, buf, count); in r8a66597_read_fifo()
/linux/drivers/bcma/
H A Dhost_pci.c98 ioread32_rep(addr, buffer, count >> 2); in bcma_host_pci_block_read()
/linux/arch/sparc/include/asm/
H A Dio_64.h291 #define ioread32_rep(p,d,l) readsl(p,d,l) macro
/linux/drivers/ata/
H A Dpata_legacy.c349 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in pdc_data_xfer_vlb()
742 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2); in vlb32_data_xfer()
/linux/drivers/spi/
H A Dspi-slave-mt27xx.c361 ioread32_rep(mdata->base + SPIS_RX_DATA_REG, in mtk_spi_slave_interrupt()
H A Dspi-rockchip-sfc.c432 ioread32_rep(sfc->regbase + SFC_DATA, buf, read_words); in rockchip_sfc_read_fifo()
H A Dspi-geni-qcom.c826 ioread32_rep(se->base + SE_GENI_RX_FIFOn, &fifo_word, 1); in geni_spi_handle_rx()
/linux/drivers/mtd/nand/raw/
H A Domap2.c290 ioread32_rep(info->fifo, p, r_count); in omap_nand_data_in_pref()
525 ioread32_rep(info->fifo, (u32 *)info->buf, in omap_nand_irq()
2103 ioread32_rep(info->fifo, buf, len >> 2); in omap_nand_data_in()
H A Drenesas-nand-controller.c525 ioread32_rep(rnandc->regs + FIFO_DATA_REG, bufpoi + page_off, in rnandc_read_subpage_hw_ecc()
853 ioread32_rep(rnandc->regs + FIFO_DATA_REG, rop.buf, words); in rnandc_exec_op()
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c110 ioread32_rep(fifo, dst, len >> 2); in ep0_read_fifo()
/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h187 #define SMC_insl(a, r, p, l) ioread32_rep((a) + (r), p, l)
/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c718 ioread32_rep(addr, buf, len / 4); in usbhsf_pio_try_pop()
/linux/drivers/ssb/
H A Dpci.c1023 ioread32_rep(addr, buffer, count >> 2); in ssb_pci_block_read()

12