Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
A Dbooke_wdt.c126 mtspr(SPRN_TSR, TSR_ENW|TSR_WIS); in __booke_wdt_ping()
/linux/arch/powerpc/kvm/
A Dbooke.c610 if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS)) in arm_next_watchdog()
637 if (tsr & TSR_ENW) { in kvmppc_watchdog_func()
643 new_tsr = tsr | TSR_ENW; in kvmppc_watchdog_func()
1414 if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW | TSR_WIS)) in kvmppc_set_tsr()
1878 if (tsr_bits & (TSR_ENW | TSR_WIS)) in kvmppc_clr_tsr_bits()
/linux/arch/powerpc/kernel/
A Dswsusp_asm64.S247 lis r0, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
A Dswsusp_booke.S185 lis r4, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
A Dtime.c737 mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); in start_cpu_decrementer()
/linux/arch/powerpc/include/asm/
A Dreg_booke.h556 #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ macro

Completed in 14 milliseconds