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