Searched defs:reg_write (Results 1 – 24 of 24) sorted by relevance
80 static inline void reg_write(u32 addr, u32 data) in reg_write() function
122 static inline void reg_write(u32 addr, u32 val) in reg_write() function
128 static inline void reg_write(u32 addr, u32 val) in reg_write() function
112 static void (*reg_write[MII_REG_MAX])(Mii *s, uint16_t v) = { in mii_write_host() local663 static void (*reg_write[REG_MAX])(OpenEthState *s, uint32_t val) = { local
35 #define reg_write(a, v) writel(v, a) macro