Searched refs:readsq (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | io.h | 364 #ifndef readsq 365 #define readsq readsq macro 366 static inline void readsq(const volatile void __iomem *addr, void *buffer, in readsq() function 861 readsq(addr, buffer, count); in ioread64_rep()
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | io.h | 137 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | io.h | 124 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | cadence-nand-controller.c | 1902 readsq(cdns_ctrl->io.virt, buf, len_in_words); in cadence_nand_read_buf() 1916 readsq(cdns_ctrl->io.virt, cdns_ctrl->buf, in cadence_nand_read_buf()
|
Completed in 9 milliseconds