Searched defs:readl_le (Results 1 – 2 of 2) sorted by relevance
24 #define readl_le(x) le32_to_cpu((__force __le32)__raw_readl(x)) macro