Home
last modified time | relevance | path

Searched refs:ath79_reset_wr (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mips/ath79/
Dcommon.c72 ath79_reset_wr(reg, t | mask); in ath79_device_reset_set()
94 ath79_reset_wr(reg, t & ~mask); in ath79_device_reset_clear()
/linux-2.6.39/drivers/watchdog/
Dath79_wdt.c70 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()
/linux-2.6.39/arch/mips/include/asm/mach-ath79/
Dath79.h83 static inline void ath79_reset_wr(unsigned reg, u32 val) in ath79_reset_wr() function