Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/hw/ppc/
H A Dppc_booke.c41 #define TCR_WIE (1U << 27) /* Watchdog Timer Interrupt Enable */ macro
86 && env->spr[SPR_BOOKE_TCR] & TCR_WIE)); in booke_update_irq()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h536 #define TCR_WIE 0x08000000 /* WDT Interrupt Enable */ macro
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c341 #define WATCHDOG_MASK (TCR_WP(63) | TCR_WRC(3) | TCR_WIE)
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h391 #define TCR_WIE 0x08000000 /* WDT Interrupt Enable */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c2251 mtspr(SPRN_TCR, mfspr(SPRN_TCR) & ~TCR_WIE); in DEFINE_INTERRUPT_HANDLER_NMI()
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke.c684 if ((vcpu->arch.tcr & TCR_WIE) && (vcpu->arch.tsr & TSR_WIS)) in update_timer_ints()