Searched refs:ioread32_rep (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/arch/sh/kernel/
H A Diomap.c140 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) function
144 EXPORT_SYMBOL(ioread32_rep); variable
/linux-master/include/asm-generic/
H A Diomap.h84 extern void ioread32_rep(const void __iomem *port, void *buf, unsigned long count);
H A Dio.h930 #ifndef ioread32_rep
931 #define ioread32_rep ioread32_rep macro
932 static inline void ioread32_rep(const volatile void __iomem *addr, function
/linux-master/arch/parisc/include/asm/
H A Dio.h263 #define ioread32_rep ioread32_rep macro
/linux-master/arch/alpha/kernel/
H A Dio.c360 void ioread32_rep(const void __iomem *port, void *dst, unsigned long count) function
379 ioread32_rep(ioport_map(port, 4), dst, count);
382 EXPORT_SYMBOL(ioread32_rep); variable
/linux-master/arch/parisc/lib/
H A Diomap.c454 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) function
546 EXPORT_SYMBOL(ioread32_rep); variable
/linux-master/lib/
H A Diomap.c372 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) function
380 EXPORT_SYMBOL(ioread32_rep); variable
/linux-master/arch/sh/include/asm/
H A Dio.h140 #define ioread32_rep ioread32_rep macro
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h141 ioread32_rep(fifoaddr, buf, len / 4);
H A Dm66592-udc.h534 ioread32_rep(fifoaddr, buf, len);
/linux-master/drivers/mmc/host/
H A Dtmio_mmc.h234 ioread32_rep(host->ctl + (addr << host->bus_shift), buf, count);
H A Dtoshsd.c192 ioread32_rep(host->ioaddr + SD_DATAPORT, buf, count >> 2);
H A Dmmci.c1636 ioread32_rep(base + MMCIFIFO, buf, 1);
1639 ioread32_rep(base + MMCIFIFO, ptr, count >> 2);
1643 ioread32_rep(base + MMCIFIFO, ptr, count >> 2);
/linux-master/drivers/net/ethernet/ezchip/
H A Dnps_enet.c44 ioread32_rep(priv->regs_base + NPS_ENET_REG_RX_BUF, reg, len);
57 ioread32_rep(priv->regs_base + NPS_ENET_REG_RX_BUF, &buf, 1);
/linux-master/arch/alpha/include/asm/
H A Dio.h641 #define ioread32_rep ioread32_rep macro
/linux-master/drivers/usb/host/
H A Dr8a66597.h174 ioread32_rep(fifoaddr, buf, count);
/linux-master/drivers/bcma/
H A Dhost_pci.c98 ioread32_rep(addr, buffer, count >> 2);
/linux-master/drivers/spi/
H A Dspi-amlogic-spifc-a1.c136 ioread32_rep(spifc->base + SPIFC_A1_DBUF_DATA_REG, buf, count);
H A Dspi-rockchip-sfc.c411 ioread32_rep(sfc->regbase + SFC_DATA, buf, read_words);
H A Dspi-zynq-qspi.c448 ioread32_rep(xqspi->regs + ZYNQ_QSPI_RXD_OFFSET,
H A Dspi-slave-mt27xx.c361 ioread32_rep(mdata->base + SPIS_RX_DATA_REG,
/linux-master/arch/sparc/include/asm/
H A Dio_64.h291 #define ioread32_rep(p,d,l) readsl(p,d,l) macro
/linux-master/drivers/ata/
H A Dpata_legacy.c349 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2);
742 ioread32_rep(ap->ioaddr.data_addr, buf, buflen >> 2);
/linux-master/drivers/mtd/nand/raw/
H A Ddavinci_nand.c614 ioread32_rep(info->current_cs, buf, len >> 2);
H A Domap2.c286 ioread32_rep(info->fifo, p, r_count);
509 ioread32_rep(info->fifo, (u32 *)info->buf,
2087 ioread32_rep(info->fifo, buf, len >> 2);

Completed in 245 milliseconds

123