Home
last modified time | relevance | path

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

/linux/tools/include/asm-generic/
H A Dio.h359 #define readsb readsb macro
360 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
/linux/arch/riscv/include/asm/
H A Dio.h101 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/linux/arch/sparc/include/asm/
H A Dio_64.h253 static inline void readsb(const volatile void __iomem *port, void *buf, unsigned long count) in readsb() function
257 #define readsb readsb macro
/linux/arch/arc/include/asm/
H A Dio.h199 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/linux/arch/mips/include/asm/
H A Dio.h518 #define readsb readsb macro
/linux/arch/sh/include/asm/
H A Dio.h58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux/include/asm-generic/
H A Dio.h434 #define readsb readsb macro
435 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
/linux/arch/arm/include/asm/
H A Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux/arch/powerpc/include/asm/
H A Dio.h555 static inline void readsb(const volatile void __iomem *a, void *b, unsigned long c) in readsb() function
559 #define readsb readsb macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro