Home
last modified time | relevance | path

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

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