/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 253 static inline void readsb(void __iomem *port, void *buf, unsigned long count) in readsb() function 257 #define readsb readsb macro 289 #define ioread8_rep(p,d,l) readsb(p,d,l)
|
/linux/arch/powerpc/platforms/cell/ |
H 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-orion5x/ |
H A D | ts78xx-setup.c | 187 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf() 201 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
|
/linux/arch/arm/lib/ |
H A D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
/linux/arch/riscv/include/asm/ |
H A D | io.h | 97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
/linux/arch/powerpc/include/asm/ |
H A D | io-defs.h | 30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
/linux/drivers/net/ethernet/8390/ |
H 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/ |
H A D | io.h | 59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux/arch/arm/include/asm/ |
H A D | io.h | 292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux/drivers/base/regmap/ |
H A D | regmap-mmio.c | 344 readsb(ctx->regs + reg, (u8 *)val, val_count); in regmap_mmio_noinc_read()
|
/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
/linux/drivers/mtd/nand/raw/ |
H A D | s3c2410.c | 665 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
|
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
|
/linux/drivers/parport/ |
H A D | parport_ip32.c | 1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
|
/linux/Documentation/driver-api/ |
H A D | device-io.rst | 275 readsq, readsl, readsw, readsb
|