Home
last modified time | relevance | path

Searched refs:readsb (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/arch/sparc/include/asm/
H A Dio_64.h253 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 Dio.h399 #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 Dio.h484 #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 DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/linux-6.15/arch/arm/mach-orion5x/
H A Dts78xx-setup.c187 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 Dio.h518 #define readsb readsb macro
/linux-6.15/arch/riscv/include/asm/
H A Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/linux-6.15/arch/arc/include/asm/
H A Dio.h199 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/linux-6.15/drivers/net/ethernet/8390/
H A Detherh.c401 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 Dio.h58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-6.15/arch/arm/include/asm/
H A Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-6.15/drivers/bus/
H A Dhisi_lpc.c137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
/linux-6.15/drivers/base/regmap/
H A Dregmap-mmio.c344 readsb(ctx->regs + reg, (u8 *)val, val_count); in regmap_mmio_noinc_read()
/linux-6.15/arch/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/linux-6.15/drivers/mtd/nand/raw/
H A Ds3c2410.c665 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
/linux-6.15/drivers/net/ethernet/smsc/
H A Dsmc91x.h90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
/linux-6.15/drivers/parport/
H A Dparport_ip32.c1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
/linux-6.15/drivers/i3c/master/
H A Dsvc-i3c-master.c428 readsb(master->regs + SVC_I3C_MRDATAB, buf, count); in svc_i3c_master_handle_ibi()
/linux-6.15/Documentation/driver-api/
H A Ddevice-io.rst275 readsq, readsl, readsw, readsb