Searched defs:writel (Results 1 – 7 of 7) sorted by relevance
77 static inline void writel(uint32_t _v, volatile void *_a) in writel() function
76 static inline void writel(uint32_t _v, volatile void *_a) in writel() function
49 #define writel(_v, _a) (*(volatile unsigned int *) (_a) = (_v)) macro
95 #define writel(v, a) mmio_write32((volatile uint32_t *)(a), v) macro
159 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c));}) macro
89929 void (*writel)(u32, volatile void *); member