Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_wdog.h16 #define WCR_SRS 0x10 macro
/external/u-boot/drivers/watchdog/
Dimx_watchdog.c36 writew(WCR_WDZST | WCR_WDBG | WCR_WDE | WCR_WDT | WCR_SRS | in hw_watchdog_init()
/external/u-boot/arch/arm/mach-imx/mx8m/
Dsoc.c219 writew((WCR_WDE | WCR_SRS), &wdog->wcr); in reset_cpu()
/external/u-boot/arch/arm/cpu/armv7/ls102xa/
Dcpu.c374 clrbits_be16(&wdog->wcr, WCR_SRS); in reset_cpu()