Home
last modified time | relevance | path

Searched refs:TCR_WIE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/watchdog/
Dbooke_wdt.c122 val |= (TCR_WIE|TCR_WRC(WRC_CHIP)|WDTP(booke_wdt_period)); in __booke_wdt_enable()
140 val &= ~(TCR_WIE | WDTP_MASK); in __booke_wdt_disable()
/linux-2.6.39/arch/powerpc/include/asm/
Dreg_booke.h495 #define TCR_WIE 0x08000000 /* WDT Interrupt Enable */ macro
/linux-2.6.39/arch/powerpc/kernel/
Dtraps.c1455 mtspr(SPRN_TCR, mfspr(SPRN_TCR)&(~TCR_WIE)); in WatchdogHandler()