/Linux-v6.1/arch/powerpc/platforms/cell/ |
D | spider-pci.c | 58 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ() 166 .readsb = spiderpci_readsb,
|
/Linux-v6.1/arch/sparc/include/asm/ |
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-v6.1/include/asm-generic/ |
D | io.h | 398 #ifndef readsb 399 #define readsb readsb macro 400 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function 692 readsb(PCI_IOBASE + addr, buffer, count); in insb() 916 readsb(addr, buffer, count); in ioread8_rep()
|
/Linux-v6.1/arch/arm/lib/ |
D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
/Linux-v6.1/arch/arm/mach-orion5x/ |
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-v6.1/arch/powerpc/include/asm/ |
D | io.h | 577 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) 654 #define readsb readsb macro 906 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
|
D | io-defs.h | 30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | io.h | 97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
/Linux-v6.1/arch/arc/include/asm/ |
D | io.h | 203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
/Linux-v6.1/drivers/net/ethernet/8390/ |
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-v6.1/arch/sh/include/asm/ |
D | io.h | 59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/Linux-v6.1/arch/arm/include/asm/ |
D | io.h | 292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/Linux-v6.1/drivers/bus/ |
D | hisi_lpc.c | 137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
|
/Linux-v6.1/drivers/base/regmap/ |
D | regmap-mmio.c | 358 readsb(ctx->regs + reg, (u8 *)val, val_count); in regmap_mmio_noinc_read()
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | io_mm.h | 377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
/Linux-v6.1/drivers/usb/gadget/udc/ |
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-v6.1/drivers/mtd/nand/raw/ |
D | s3c2410.c | 672 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
|
/Linux-v6.1/drivers/net/ethernet/smsc/ |
D | smc91x.h | 90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
|
/Linux-v6.1/drivers/parport/ |
D | parport_ip32.c | 1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
|
/Linux-v6.1/Documentation/driver-api/ |
D | device-io.rst | 275 readsq, readsl, readsw, readsb
|