Searched defs:writel (Results 1 – 5 of 5) sorted by relevance
192 static inline void writel(unsigned int b, volatile void __iomem *addr) in writel() function
52 #define writel(b,addr) ((*(volatile unsigned int *) (addr)) = (b)) macro
166 #define writel outl macro
182 #define writel(v,c) __raw_writel((__force __u32) \ macro220 #define writel(v,c) __readwrite_bug("writel") macro
122 static inline void writel(void *addr, uint32_t val) in writel() function