Searched defs:writel (Results 1 – 4 of 4) sorted by relevance
258 writel(int strm, ...) in writel() function
111 writel(const char *l) in writel() function
75 writel(u32 value, volatile void __iomem *addr) in writel() function
61 #define writel(va, d) (*(volatile u_int32_t *) (va) = (d)) macro