Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dath79_wdt.c44 #define WDOG_REG_CTRL 0x00 macro
104 ath79_wdt_wr(WDOG_REG_CTRL, WDOG_CTRL_ACTION_FCR); in ath79_wdt_enable()
106 ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_enable()
111 ath79_wdt_wr(WDOG_REG_CTRL, WDOG_CTRL_ACTION_NONE); in ath79_wdt_disable()
113 ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_disable()
287 ctrl = ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_probe()