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