Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/sh/kernel/
H A Diomap.c134 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
138 EXPORT_SYMBOL(ioread16_rep);
/openbmc/linux/arch/parisc/include/asm/
H A Dio.h264 #define ioread16_rep ioread16_rep macro
/openbmc/linux/arch/alpha/kernel/
H A Dio.c320 void ioread16_rep(const void __iomem *port, void *dst, unsigned long count) in ioread16_rep() function
347 ioread16_rep(ioport_map(port, 2), dst, count); in insw()
350 EXPORT_SYMBOL(ioread16_rep);
/openbmc/linux/include/asm-generic/
H A Diomap.h83 extern void ioread16_rep(const void __iomem *port, void *buf, unsigned long count);
H A Dio.h920 #ifndef ioread16_rep
921 #define ioread16_rep ioread16_rep macro
922 static inline void ioread16_rep(const volatile void __iomem *addr, in ioread16_rep() function
/openbmc/linux/arch/sh/include/asm/
H A Dio.h139 #define ioread16_rep ioread16_rep macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_osdep.h26 (ioread16_rep(base + (offset << 1), data, count))
/openbmc/linux/lib/
H A Diomap.c366 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
379 EXPORT_SYMBOL(ioread16_rep);
/openbmc/linux/arch/parisc/lib/
H A Diomap.c442 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function
545 EXPORT_SYMBOL(ioread16_rep);
/openbmc/linux/arch/alpha/include/asm/
H A Dio.h669 #define ioread16_rep ioread16_rep macro
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dks8851_par.c177 ioread16_rep(ksp->hw_addr, (u16 *)buff + 1, len / 2); in ks8851_rdfifo_par()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h158 ioread16_rep(fifoaddr, buf, len / 2); in r8a66597_read_fifo()
H A Dm66592-udc.h537 ioread16_rep(fifoaddr, buf, len); in m66592_read_fifo()
/openbmc/linux/drivers/mmc/host/
H A Dtmio_mmc.h221 ioread16_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read16_rep()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597.h183 ioread16_rep(fifoaddr, buf, len); in r8a66597_read_fifo()
/openbmc/linux/drivers/bcma/
H A Dhost_pci.c94 ioread16_rep(addr, buffer, count >> 1); in bcma_host_pci_block_read()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dgpio.c105 ioread16_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr()
H A Dnand_legacy.c163 ioread16_rep(chip->legacy.IO_ADDR_R, p, len >> 1); in nand_read_buf16()
/openbmc/linux/drivers/net/ethernet/8390/
H A Dax88796.c210 ioread16_rep(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr()
256 ioread16_rep(nic_base + NE_DATAPORT, buf, count >> 1); in ax_block_input()
/openbmc/linux/arch/sparc/include/asm/
H A Dio_64.h290 #define ioread16_rep(p,d,l) readsw(p,d,l) macro
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhermes.h474 ioread16_rep(hw->iobase + off, buf, count); in hermes_read_words()
/openbmc/linux/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c282 ioread16_rep(cs->base + nfc->soc_info->data_offset, in ingenic_nand_exec_instr()
/openbmc/linux/drivers/ata/
H A Dlibata-sff.c485 ioread16_rep(data_addr, buf, words); in ata_sff_data_xfer()
501 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer()
562 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
H A Dpata_it821x.c686 ioread16_rep(ap->ioaddr.data_addr, buf, len/2); in it821x_firmware_command()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_cs.c119 ioread16_rep(card->iobase + reg, buf, count); in if_cs_read16_rep()

12