Home
last modified time | relevance | path

Searched refs:ioread16_rep (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v5.4/arch/sh/kernel/
Diomap.c134 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
138 EXPORT_SYMBOL(ioread16_rep);
/Linux-v5.4/arch/powerpc/kernel/
Diomap.c146 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
155 EXPORT_SYMBOL(ioread16_rep);
/Linux-v5.4/arch/alpha/kernel/
Dio.c257 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) in ioread16_rep() function
284 ioread16_rep(ioport_map(port, 2), dst, count); in insw()
287 EXPORT_SYMBOL(ioread16_rep);
/Linux-v5.4/include/asm-generic/
Dio.h813 #ifndef ioread16_rep
814 #define ioread16_rep ioread16_rep macro
815 static inline void ioread16_rep(const volatile void __iomem *addr, in ioread16_rep() function
Diomap.h83 extern void ioread16_rep(void __iomem *port, void *buf, unsigned long count);
/Linux-v5.4/drivers/net/ethernet/intel/e1000/
De1000_osdep.h26 (ioread16_rep(base + (offset << 1), data, count))
/Linux-v5.4/arch/arm/mach-ixp4xx/include/mach/
Dio.h402 #define ioread16_rep(p, v, c) ioread16_rep(p, v, c) macro
403 static inline void ioread16_rep(const void __iomem *addr, void *vaddr, in ioread16_rep() function
/Linux-v5.4/lib/
Diomap.c332 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
341 EXPORT_SYMBOL(ioread16_rep);
/Linux-v5.4/arch/parisc/lib/
Diomap.c426 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
522 EXPORT_SYMBOL(ioread16_rep);
/Linux-v5.4/drivers/usb/gadget/udc/
Dr8a66597-udc.h158 ioread16_rep(fifoaddr, buf, len / 2); in r8a66597_read_fifo()
Dm66592-udc.h537 ioread16_rep(fifoaddr, buf, len); in m66592_read_fifo()
/Linux-v5.4/drivers/mmc/host/
Dtmio_mmc.h240 ioread16_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read16_rep()
/Linux-v5.4/drivers/usb/host/
Dr8a66597.h183 ioread16_rep(fifoaddr, buf, len); in r8a66597_read_fifo()
/Linux-v5.4/drivers/bcma/
Dhost_pci.c94 ioread16_rep(addr, buffer, count >> 1); in bcma_host_pci_block_read()
/Linux-v5.4/arch/sparc/include/asm/
Dio_64.h276 #define ioread16_rep(p,d,l) readsw(p,d,l) macro
/Linux-v5.4/drivers/net/wireless/intersil/orinoco/
Dhermes.h472 ioread16_rep(hw->iobase + off, buf, count); in hermes_read_words()
/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_legacy.c163 ioread16_rep(chip->legacy.IO_ADDR_R, p, len >> 1); in nand_read_buf16()
Ddavinci_nand.c430 ioread16_rep(chip->legacy.IO_ADDR_R, buf, len >> 1); in nand_davinci_read_buf()
/Linux-v5.4/drivers/net/ethernet/8390/
Dax88796.c203 ioread16_rep(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr()
249 ioread16_rep(nic_base + NE_DATAPORT, buf, count >> 1); in ax_block_input()
/Linux-v5.4/drivers/net/ethernet/smsc/
Dsmc911x.h155 ioread16_rep(ioaddr, addr, count * 2); in SMC_insl()
187 #define SMC_insl(lp, r, p, l) ioread16_rep((short*)((lp)->base + (r)), p, l*2)
Dsmc91x.h215 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l)
/Linux-v5.4/drivers/ata/
Dpata_it821x.c683 ioread16_rep(ap->ioaddr.data_addr, buf, len/2); in it821x_firmware_command()
Dlibata-sff.c551 ioread16_rep(data_addr, buf, words); in ata_sff_data_xfer()
567 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer()
628 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dif_cs.c119 ioread16_rep(card->iobase + reg, buf, count); in if_cs_read16_rep()
/Linux-v5.4/drivers/spi/
Dspi-synquacer.c161 ioread16_rep(sspi->regs + SYNQUACER_HSSPI_REG_RX_FIFO, in read_fifo()

12