| /linux-6.15/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-6.15/include/asm-generic/ |
| H A D | io.h | 399 #ifndef readsb 400 #define readsb readsb macro 401 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function 724 readsb(PCI_IOBASE + addr, buffer, count); in insb() 977 readsb(addr, buffer, count); in ioread8_rep()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | io.h | 484 #define __do_insb(p, b, n) readsb(_IO_PORT(p), (b), (n)) 555 static inline void readsb(const volatile void __iomem *a, void *b, unsigned long c) in readsb() function 559 #define readsb readsb macro 858 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
|
| /linux-6.15/arch/arm/lib/ |
| H A D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
| /linux-6.15/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-6.15/arch/mips/include/asm/ |
| H A D | io.h | 518 #define readsb readsb macro
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | io.h | 97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
| /linux-6.15/arch/arc/include/asm/ |
| H A D | io.h | 199 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
| /linux-6.15/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-6.15/arch/sh/include/asm/ |
| H A D | io.h | 58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | io.h | 292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
| /linux-6.15/drivers/bus/ |
| H A D | hisi_lpc.c | 137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
|
| /linux-6.15/drivers/base/regmap/ |
| H A D | regmap-mmio.c | 344 readsb(ctx->regs + reg, (u8 *)val, val_count); in regmap_mmio_noinc_read()
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | io_mm.h | 375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | s3c2410.c | 665 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
|
| /linux-6.15/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
|
| /linux-6.15/drivers/parport/ |
| H A D | parport_ip32.c | 1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
|
| /linux-6.15/drivers/i3c/master/ |
| H A D | svc-i3c-master.c | 428 readsb(master->regs + SVC_I3C_MRDATAB, buf, count); in svc_i3c_master_handle_ibi()
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | device-io.rst | 275 readsq, readsl, readsw, readsb
|