Searched refs:readsq (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/asm-generic/ |
D | io.h | 447 #ifndef readsq 448 #define readsq readsq macro 449 static inline void readsq(const volatile void __iomem *addr, void *buffer, in readsq() function 944 readsq(addr, buffer, count); in ioread64_rep()
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | io.h | 124 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
|
/Linux-v6.1/drivers/base/regmap/ |
D | regmap-mmio.c | 368 readsq(ctx->regs + reg, (u64 *)val, val_count); in regmap_mmio_noinc_read()
|
/Linux-v6.1/Documentation/driver-api/ |
D | device-io.rst | 275 readsq, readsl, readsw, readsb
|