Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/watchdog/
H A Dulp_wdog.c29 #define UNLOCK_WORD0 0xC520 /* 1st unlock word */ macro
63 writel(UNLOCK_WORD0, &wdog->cnt); in hw_watchdog_init()
83 writel(UNLOCK_WORD0, &wdog->cnt); in reset_cpu()
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c63 #define UNLOCK_WORD0 0xC520 /* 1st unlock word */ macro
70 writel(UNLOCK_WORD0, (wdog_base + 0x04)); in disable_wdog()