Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h548 #define TCR_WIE 0x08000000 /* WDT Interrupt Enable */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c342 #define WATCHDOG_MASK (TCR_WP(63) | TCR_WRC(3) | TCR_WIE)
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h391 #define TCR_WIE 0x08000000 /* WDT Interrupt Enable */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c2250 mtspr(SPRN_TCR, mfspr(SPRN_TCR)&(~TCR_WIE)); in WatchdogHandler()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbooke.c655 if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr & TSR_WIS)) in update_timer_ints()