Searched defs:readsb (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/arch/sh/include/asm/ |
H A D | io.h | 58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | io.h | 307 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
H A D | io.h | 77 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
|
/linux-4.4.14/include/asm-generic/ |
H A D | io.h | 219 #define readsb readsb readsb() macro 220 static inline void readsb(const volatile void __iomem *addr, void *buffer, readsb() function
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | io.h | 219 #define readsb(p, dst, count) \ macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | io_mm.h | 454 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
Completed in 83 milliseconds