/openbmc/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)
|
/openbmc/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,
|
/openbmc/linux/include/asm-generic/ |
H A 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()
|
/openbmc/linux/arch/arm/lib/ |
H A D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_io.h | 31 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
|
/openbmc/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()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | io.h | 609 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)(_IO_BASE+(p)), (b), (n)) 686 #define readsb readsb macro 934 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
|
H A D | io-defs.h | 30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | io.h | 97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 255 #define insb(p, d, l) readsb(__io(p), d, l) 259 static inline void readsb(unsigned int *addr, void * data, int bytelen) in readsb() function
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 242 #define insb(p, d, l) readsb(__io(p), d, l) 246 static inline void readsb(unsigned int *addr, void *data, int bytelen) in readsb() function
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | io.h | 202 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
/openbmc/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()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | io.h | 59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | io.h | 292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-mmio.c | 344 readsb(ctx->regs + reg, (u8 *)val, val_count); in regmap_mmio_noinc_read()
|
/openbmc/linux/drivers/bus/ |
H A D | hisi_lpc.c | 137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
/openbmc/u-boot/drivers/spi/ |
H A D | cadence_qspi_apb.c | 656 readsb(plat->ahbbase, rxbuf, bytes_to_read); in cadence_qspi_apb_indirect_read_execute()
|
H A D | aspeed_spi.c | 748 readsb(ahb_base, (u8 *)buf + offset, len); in aspeed_spi_read_from_ahb()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 276 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) macro
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | s3c2410.c | 667 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
|
/openbmc/linux/drivers/parport/ |
H A D | parport_ip32.c | 1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | device-io.rst | 275 readsq, readsl, readsw, readsb
|