Home
last modified time | relevance | path

Searched refs:TSR_ENW (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dppc_booke.c72 #define TSR_ENW (1U << 31) /* Enable Next Watchdog Timer */ macro
341 store_booke_tsr(env, TSR_ENW | TSR_WIS | TSR_WRS_MASK); in cpu_state_change_handler()
/openbmc/linux/drivers/watchdog/
H A Dbooke_wdt.c126 mtspr(SPRN_TSR, TSR_ENW|TSR_WIS); in __booke_wdt_ping()
/openbmc/linux/arch/powerpc/kernel/
H A Dswsusp_asm64.S241 lis r0, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
H A Dswsusp_85xx.S185 lis r4, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
H A Dtime.c680 mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); in start_cpu_decrementer()
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke.c613 if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS)) in arm_next_watchdog()
640 if (tsr & TSR_ENW) { in kvmppc_watchdog_func()
646 new_tsr = tsr | TSR_ENW; in kvmppc_watchdog_func()
1422 if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW | TSR_WIS)) in kvmppc_set_tsr()
1885 if (tsr_bits & (TSR_ENW | TSR_WIS)) in kvmppc_clr_tsr_bits()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h556 #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h416 #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ macro