Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
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)
/arch/arm/lib/
A DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/arch/powerpc/include/asm/
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)
/arch/arm/mach-orion5x/
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()
/arch/mips/include/asm/
A Dio.h518 #define readsb readsb macro
/arch/riscv/include/asm/
A Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/arch/arc/include/asm/
A Dio.h199 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/arch/sh/include/asm/
A Dio.h58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/arch/arm/include/asm/
A Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/arch/m68k/include/asm/
A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro

Completed in 31 milliseconds