/linux/include/asm-generic/ |
A D | io.h | 315 #ifndef readsb 316 #define readsb readsb macro 317 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function 609 readsb(PCI_IOBASE + addr, buffer, count); in insb() 833 readsb(addr, buffer, count); in ioread8_rep()
|
/linux/arch/powerpc/platforms/cell/ |
A D | spider-pci.c | 57 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ() 165 .readsb = spiderpci_readsb,
|
/linux/arch/arm/mach-s3c/include/mach/ |
A D | io-s3c24xx.h | 36 #define insb(p,d,l) readsb(S3C24XX_VA_ISA_BYTE + (p),d,l)
|
/linux/arch/arm/lib/ |
A D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
/linux/arch/sparc/include/asm/ |
A D | io_64.h | 246 static inline void readsb(void __iomem *port, void *buf, unsigned long count) in readsb() function 275 #define ioread8_rep(p,d,l) readsb(p,d,l)
|
/linux/arch/arm/mach-orion5x/ |
A D | ts78xx-setup.c | 190 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf() 204 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
|
/linux/arch/powerpc/include/asm/ |
A D | io.h | 556 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) 633 #define readsb readsb macro 885 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
|
A D | io-defs.h | 30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
/linux/arch/riscv/include/asm/ |
A D | io.h | 97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
/linux/arch/arc/include/asm/ |
A D | io.h | 203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
/linux/drivers/net/ethernet/8390/ |
A D | etherh.c | 401 readsb (dma_base, buf, count); in etherh_block_input() 438 readsb (dma_base, hdr, sizeof (*hdr)); in etherh_get_header()
|
/linux/arch/sh/include/asm/ |
A D | io.h | 59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux/drivers/gpu/drm/sun4i/ |
A D | sun4i_hdmi_i2c.c | 59 readsb(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
|
/linux/arch/arm/include/asm/ |
A D | io.h | 310 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux/drivers/bus/ |
A D | hisi_lpc.c | 137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
|
/linux/arch/m68k/include/asm/ |
A D | io_mm.h | 377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
/linux/arch/arm/mach-ixp4xx/include/mach/ |
A D | io.h | 74 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
|
/linux/drivers/usb/gadget/udc/ |
A D | s3c2410_udc.c | 387 readsb(fifo + base_addr, buf, len); in s3c2410_udc_read_packet() 513 readsb(S3C2410_UDC_EP0_FIFO_REG + base_addr, outbuf, bytes_read); in s3c2410_udc_read_fifo_crq()
|
/linux/drivers/mtd/nand/raw/ |
A D | s3c2410.c | 672 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
|
/linux/drivers/net/ethernet/smsc/ |
A D | smc91x.h | 90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
|
/linux/drivers/parport/ |
A D | parport_ip32.c | 1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
|
/linux/Documentation/driver-api/ |
A D | device-io.rst | 275 readsq, readsl, readsw, readsb
|