Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfsl_wdog.h18 #define SET_WCR_WT(x) (x << 8) macro
19 #define WCR_WT_MSK SET_WCR_WT(0xFF)
/external/u-boot/drivers/watchdog/
Dimx_watchdog.c37 WCR_WDA | SET_WCR_WT(timeout), &wdog->wcr); in hw_watchdog_init()