Searched refs:TCR_WRC (Results 1 – 2 of 2) 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)
Completed in 9 milliseconds