Searched refs:TCR_WRC (Results 1 – 4 of 4) sorted by relevance
145 val |= (TCR_WIE|TCR_WRC(WRC_CHIP)|WDTP(sec_to_period(wdog->timeout))); in __booke_wdt_enable()
530 #define TCR_WRC(x) (((x)&0x3)<<28) /* WDT Reset Control */ macro531 #define TCR_WRC_MASK TCR_WRC(3)
341 #define WATCHDOG_MASK (TCR_WP(63) | TCR_WRC(3) | TCR_WIE)346 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