Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dath79_wdt.c43 #define WDOG_REG_CTRL 0x00 macro
103 ath79_wdt_wr(WDOG_REG_CTRL, WDOG_CTRL_ACTION_FCR); in ath79_wdt_enable()
105 ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_enable()
110 ath79_wdt_wr(WDOG_REG_CTRL, WDOG_CTRL_ACTION_NONE); in ath79_wdt_disable()
112 ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_disable()
286 ctrl = ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_probe()