Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dar71xx_wdog.c87 ATH_WRITE_REG(AR71XX_RST_WDOG_CONTROL, RST_WDOG_ACTION_NOACTION); in ar71xx_wdog_watchdog_fn()
102 ATH_WRITE_REG(AR71XX_RST_WDOG_CONTROL, action); in ar71xx_wdog_watchdog_fn()
109 ATH_WRITE_REG(AR71XX_RST_WDOG_CONTROL, in ar71xx_wdog_watchdog_fn()
156 if (ATH_READ_REG(AR71XX_RST_WDOG_CONTROL) & RST_WDOG_LAST) { in ar71xx_wdog_attach()
162 ATH_WRITE_REG(AR71XX_RST_WDOG_CONTROL, RST_WDOG_ACTION_NOACTION); in ar71xx_wdog_attach()
H A Dar71xxreg.h208 #define AR71XX_RST_WDOG_CONTROL 0x18060008 macro