Home
last modified time | relevance | path

Searched refs:readsq (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
H A Dio.h364 #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 Dio.h447 #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 Dio.h137 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dio.h124 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c1902 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 8 milliseconds