Searched defs:reg_write (Results 1 – 4 of 4) sorted by relevance
81 static inline void reg_write(u32 addr, u32 data) in reg_write() function
123 static inline void reg_write(u32 addr, u32 val) in reg_write() function
373 static inline void reg_write(u32 addr, u32 val) in reg_write() function
36 #define reg_write(a, v) writel(v, a) macro