Searched defs:readl (Results 26 – 32 of 32) sorted by relevance
12
286 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) macro
62 #define readl(addr) (*(volatile u32 *)(uintptr_t)(addr)) macro
44 #define readl(addr) ((void)addr, 0) macro
17 static inline u32 readl(void *addr) in readl() function
372 #define readl(addr) in_le32(addr) macro
682 #define readl readl macro