Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/watchdog/
H A Dimx_watchdog.c42 writew((WCR_WDA | WCR_SRS | WCR_WDE) << 8 | timeout, &wdog->wcr); in hw_watchdog_init()
45 WCR_WDA | SET_WCR_WT(timeout), &wdog->wcr); in hw_watchdog_init()
/openbmc/u-boot/include/
H A Dfsl_wdog.h17 #define WCR_WDA 0x20 macro