Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dath79_wdt.c40 #define WDOG_REG_CTRL 0x00 macro
100 ath79_wdt_wr(WDOG_REG_CTRL, WDOG_CTRL_ACTION_FCR); in ath79_wdt_enable()
102 ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_enable()
107 ath79_wdt_wr(WDOG_REG_CTRL, WDOG_CTRL_ACTION_NONE); in ath79_wdt_disable()
109 ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_disable()
282 ctrl = ath79_wdt_rr(WDOG_REG_CTRL); in ath79_wdt_probe()