Home
last modified time | relevance | path

Searched refs:WCR_SRS (Results 1 – 4 of 4) 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()
44 writew(WCR_WDZST | WCR_WDBG | WCR_WDE | WCR_WDT | WCR_SRS | in hw_watchdog_init()
/openbmc/u-boot/include/
H A Dfsl_wdog.h16 #define WCR_SRS 0x10 macro
/openbmc/u-boot/arch/arm/mach-imx/imx8m/
H A Dsoc.c235 writew((WCR_WDE | WCR_SRS), &wdog->wcr); in reset_cpu()
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c374 clrbits_be16(&wdog->wcr, WCR_SRS); in reset_cpu()