Searched refs:ath79_reset_wr (Results 1 – 3 of 3) sorted by relevance
72 ath79_reset_wr(reg, t | mask); in ath79_device_reset_set()94 ath79_reset_wr(reg, t & ~mask); in ath79_device_reset_clear()
70 ath79_reset_wr(AR71XX_RESET_REG_WDOG, wdt_freq * timeout); in ath79_wdt_keepalive()76 ath79_reset_wr(AR71XX_RESET_REG_WDOG_CTRL, WDOG_CTRL_ACTION_FCR); in ath79_wdt_enable()81 ath79_reset_wr(AR71XX_RESET_REG_WDOG_CTRL, WDOG_CTRL_ACTION_NONE); in ath79_wdt_disable()
83 static inline void ath79_reset_wr(unsigned reg, u32 val) in ath79_reset_wr() function