Searched refs:readsb (Results 1 – 10 of 10) sorted by relevance
| /arch/sparc/include/asm/ |
| A 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 289 #define ioread8_rep(p,d,l) readsb(p,d,l)
|
| /arch/arm/lib/ |
| A D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
| /arch/powerpc/include/asm/ |
| A D | io.h | 484 #define __do_insb(p, b, n) readsb(_IO_PORT(p), (b), (n)) 555 static inline void readsb(const volatile void __iomem *a, void *b, unsigned long c) in readsb() function 559 #define readsb readsb macro 858 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
|
| /arch/arm/mach-orion5x/ |
| A D | ts78xx-setup.c | 187 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf() 201 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
|
| /arch/mips/include/asm/ |
| A D | io.h | 518 #define readsb readsb macro
|
| /arch/riscv/include/asm/ |
| A D | io.h | 97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
| /arch/arc/include/asm/ |
| A D | io.h | 199 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
| /arch/sh/include/asm/ |
| A D | io.h | 58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
| /arch/arm/include/asm/ |
| A D | io.h | 292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
| /arch/m68k/include/asm/ |
| A D | io_mm.h | 375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
Completed in 31 milliseconds