Searched refs:ath79_reset_wr (Results 1 – 3 of 3) sorted by relevance
114 ath79_reset_wr(reg, t | mask); in ath79_device_reset_set()146 ath79_reset_wr(reg, t & ~mask); in ath79_device_reset_clear()
534 ath79_reset_wr(AR71XX_RESET_REG_MISC_INT_ENABLE, misc); in qca956x_clocks_init()
164 static inline void ath79_reset_wr(unsigned reg, u32 val) in ath79_reset_wr() function