Searched refs:TCR_WRC (Results 1 – 2 of 2) sorted by relevance
349 #define WATCHDOG_MASK (TCR_WP(63) | TCR_WRC(3) | TCR_WIE)354 TCR_WP(CONFIG_WATCHDOG_PRESC) | TCR_WRC(CONFIG_WATCHDOG_RC)); in init_85xx_watchdog()
386 #define TCR_WRC(x) (((x)&0x3)<<28) /* WDT Reset Control */ macro
Completed in 9 milliseconds