Home
last modified time | relevance | path

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

/drivers/watchdog/
Dath79_wdt.c43 #define WDOG_REG_CTRL 0x00 macro
94 ath79_wdt_wr(WDOG_REG_CTRL, WDOG_CTRL_ACTION_FCR); in ath79_wdt_enable()
96 ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_enable()
101 ath79_wdt_wr(WDOG_REG_CTRL, WDOG_CTRL_ACTION_NONE); in ath79_wdt_disable()
103 ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_disable()
277 ctrl = ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_probe()