Searched refs:TCR_WIE (Results 1 – 3 of 3) sorted by relevance
145 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()
427 #define TCR_WIE 0x08000000 /* WDT Interrupt Enable */ macro
684 if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr & TSR_WIS)) in update_timer_ints()