Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dbooke_wdt.c126 mtspr(SPRN_TSR, TSR_ENW|TSR_WIS); in __booke_wdt_ping()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbooke.c584 if ((vcpu->arch.tsr & (TSR_ENW | TSR_WIS)) != (TSR_ENW | TSR_WIS)) in arm_next_watchdog()
611 if (tsr & TSR_ENW) { in kvmppc_watchdog_func()
617 new_tsr = tsr | TSR_ENW; in kvmppc_watchdog_func()
1388 if ((old_tsr ^ vcpu->arch.tsr) & (TSR_ENW | TSR_WIS)) in kvmppc_set_tsr()
1852 if (tsr_bits & (TSR_ENW | TSR_WIS)) in kvmppc_clr_tsr_bits()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dswsusp_booke.S185 lis r4, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
H A Dswsusp_asm64.S248 lis r0, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
H A Dtime.c741 mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); in start_cpu_decrementer()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h568 #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h416 #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ macro