/linux-4.4.14/include/asm-generic/ |
D | io.h | 218 #ifndef readsb 219 #define readsb readsb macro 220 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function 465 readsb(PCI_IOBASE + addr, buffer, count); in insb() 649 readsb(addr, buffer, count); in ioread8_rep()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spider-pci.c | 71 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ() 179 .readsb = spiderpci_readsb,
|
/linux-4.4.14/arch/avr32/lib/ |
D | Makefile | 10 lib-y += io-readsb.o io-writesb.o
|
/linux-4.4.14/arch/arm/lib/ |
D | Makefile | 15 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | iomap.c | 78 readsb(addr, dst, count); in ioread8_rep()
|
/linux-4.4.14/arch/arm/mach-orion5x/ |
D | ts78xx-setup.c | 237 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf() 251 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | io-defs.h | 29 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
D | io.h | 530 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) 754 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | io.h | 219 #define readsb(p, dst, count) \ macro
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | etherh.c | 406 readsb (dma_base, buf, count); in etherh_block_input() 443 readsb (dma_base, hdr, sizeof (*hdr)); in etherh_get_header()
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 243 #define ioread8_rep(p,d,c) readsb(p,d,c)
|
/linux-4.4.14/arch/sh/include/asm/ |
D | io.h | 58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | io.h | 307 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 77 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | io_mm.h | 454 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | s3c2410_udc.c | 413 readsb(fifo + base_addr, buf, len); in s3c2410_udc_read_packet() 538 readsb(S3C2410_UDC_EP0_FIFO_REG + base_addr, outbuf, bytes_read); in s3c2410_udc_read_fifo_crq()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | s3c2410.c | 638 readsb(this->IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
|
/linux-4.4.14/drivers/parport/ |
D | parport_ip32.c | 1119 readsb(eppreg, buf, len); in parport_ip32_epp_read()
|