Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/watchdog/
H A Dulp_wdog.c26 #define REFRESH_WORD0 0xA602 /* 1st refresh word */ macro
54 writel(REFRESH_WORD0, &wdog->cnt); in hw_watchdog_reset()
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dsoc.c65 #define REFRESH_WORD0 0xA602 /* 1st refresh word */ macro
76 writel(REFRESH_WORD0, (wdog_base + 0x04)); /* Refresh the CNT */ in disable_wdog()