Searched refs:readsl (Results 1 – 10 of 10) sorted by relevance
| /arch/sparc/include/asm/ |
| A D | io_64.h | 265 static inline void readsl(void __iomem *port, void *buf, unsigned long count) in readsl() function 269 #define readsl readsl macro 291 #define ioread32_rep(p,d,l) readsl(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 | 486 #define __do_insl(p, b, n) readsl(_IO_PORT(p), (b), (n)) 567 static inline void readsl(const volatile void __iomem *a, void *b, unsigned long c) in readsl() function 571 #define readsl readsl macro 860 #define mmio_insl(addr, dst, count) readsl(addr, dst, count)
|
| /arch/mips/include/asm/ |
| A D | io.h | 520 #define readsl readsl macro
|
| /arch/riscv/include/asm/ |
| A D | io.h | 99 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) macro
|
| /arch/arc/include/asm/ |
| A D | io.h | 201 #define readsl(p,d,l) ({ __raw_readsl(p,d,l); __iormb(); }) macro
|
| /arch/arm/mach-orion5x/ |
| A D | ts78xx-setup.c | 195 readsl(io_base, buf32, sz); in ts78xx_ts_nand_read_buf()
|
| /arch/sh/include/asm/ |
| A D | io.h | 60 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
| /arch/arm/include/asm/ |
| A D | io.h | 294 #define readsl(p,d,l) __raw_readsl(p,d,l) macro
|
| /arch/m68k/include/asm/ |
| A D | io_mm.h | 377 #define readsl(port, buf, nr) raw_insl((port), (u32 *)(buf), (nr)) macro
|
Completed in 26 milliseconds