Searched defs:readsb (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/riscv/include/asm/ |
D | io.h | 97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
/linux-6.1.9/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
|
/linux-6.1.9/arch/arc/include/asm/ |
D | io.h | 203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
/linux-6.1.9/arch/sh/include/asm/ |
D | io.h | 59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux-6.1.9/include/asm-generic/ |
D | io.h | 399 #define readsb readsb macro 400 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
|
/linux-6.1.9/arch/arm/include/asm/ |
D | io.h | 292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | io_mm.h | 377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | io.h | 654 #define readsb readsb macro
|