Searched defs:readsb (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/include/asm-generic/ |
| H A D | io.h | 359 #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 D | io.h | 101 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
| /linux/arch/sparc/include/asm/ |
| H A D | io_64.h | 253 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 D | io.h | 199 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
| /linux/arch/mips/include/asm/ |
| H A D | io.h | 518 #define readsb readsb macro
|
| /linux/arch/sh/include/asm/ |
| H A D | io.h | 58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
| /linux/include/asm-generic/ |
| H A D | io.h | 434 #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 D | io.h | 292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | io.h | 555 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 D | io_mm.h | 375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|