Home
last modified time | relevance | path

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

12

/linux/include/asm-generic/
H A Diomap.h64 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count);
/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/arch/alpha/include/asm/
H A Dio.h287 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count);
643 #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/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/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/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()
H A Dlibata-sff.c544 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/spi/
H A Dspi-amlogic-spifc-a1.c136 ioread32_rep(spifc->base + SPIFC_A1_DBUF_DATA_REG, buf, count); in amlogic_spifc_a1_drain_buffer()
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-mt65xx.c802 ioread32_rep(mdata->base + SPI_RX_DATA_REG, in mtk_spi_interrupt_thread()
H A Dspi-cadence-quadspi.c805 ioread32_rep(ahb_base, rxbuf, in cqspi_indirect_read_execute()
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c110 ioread32_rep(fifo, dst, len >> 2); in ep0_read_fifo()
/linux/drivers/usb/musb/
H A Dmusb_dsps.c627 ioread32_rep(fifo, dst, len >> 2); in dsps_read_fifo32()
H A Dtusb6010.c296 ioread32_rep(fifo, buf, len >> 2); in tusb_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/ssb/
H A Dpci.c1023 ioread32_rep(addr, buffer, count >> 2); in ssb_pci_block_read()
/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c718 ioread32_rep(addr, buf, len / 4); in usbhsf_pio_try_pop()
/linux/drivers/mtd/nand/raw/
H A Darasan-nand-controller.c699 ioread32_rep(nfc->base + DATA_PORT_REG, &buf[offset], in anfc_rw_pio_op()
/linux/sound/pci/asihpi/
H A Dhpi6000.c1200 ioread32_rep(pdo->prHPI_data_auto_inc, pdata, length16); in hpi_read_block()
/linux/drivers/net/ethernet/davicom/
H A Ddm9000.c228 ioread32_rep(reg, data, (count+3) >> 2); in dm9000_inblk_32bit()

12