Home
last modified time | relevance | path

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

/u-boot/arch/powerpc/cpu/mpc85xx/
A Dcpu.c349 #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()
/u-boot/arch/powerpc/include/asm/
A Dprocessor.h386 #define TCR_WRC(x) (((x)&0x3)<<28) /* WDT Reset Control */ macro

Completed in 9 milliseconds