Home
last modified time | relevance | path

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

/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()
163 val &= ~(TCR_WIE | WDTP_MASK); in __booke_wdt_disable()
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h427 #define TCR_WIE 0x08000000 /* WDT Interrupt Enable */ macro
/linux/arch/powerpc/kvm/
H A Dbooke.c684 if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr & TSR_WIS)) in update_timer_ints()