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

/linux-master/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, function
944 readsq(addr, buffer, count);
/linux-master/arch/mips/include/asm/
H A Dio.h538 #define readsq readsq macro
/linux-master/arch/riscv/include/asm/
H A Dio.h124 #define readsq(addr, buffer, count) __readsq(addr, buffer, count) macro
/linux-master/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c1904 readsq(cdns_ctrl->io.virt, buf, len_in_words);
1918 readsq(cdns_ctrl->io.virt, cdns_ctrl->buf,

Completed in 300 milliseconds