Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dbooke_wdt.c145 val |= (TCR_WIE|TCR_WRC(WRC_CHIP)|WDTP(sec_to_period(wdog->timeout))); in __booke_wdt_enable()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h530 #define TCR_WRC(x) (((x)&0x3)<<28) /* WDT Reset Control */ macro
531 #define TCR_WRC_MASK TCR_WRC(3)
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c341 #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()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h386 #define TCR_WRC(x) (((x)&0x3)<<28) /* WDT Reset Control */ macro