Home
last modified time | relevance | path

Searched defs:fsl_ioread64 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dfsldma.h201 #define fsl_ioread64(p) in_le64(p) macro
206 static u64 fsl_ioread64(const u64 __iomem *addr) in fsl_ioread64() function
241 #define fsl_ioread64(p) ioread64(p) macro
/kernel/linux/linux-6.6/drivers/dma/
H A Dfsldma.h201 #define fsl_ioread64(p) in_le64(p) macro
206 static u64 fsl_ioread64(const u64 __iomem *addr) in fsl_ioread64() function
241 #define fsl_ioread64(p) ioread64(p) macro

Completed in 3 milliseconds