Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dswsusp_85xx.S185 lis r4, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
H A Dswsusp_asm64.S241 lis r0, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
H A Dtime.c751 mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); in start_cpu_decrementer()
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h447 #define TSR_ENW 0x80000000 /* Enable Next Watchdog */ macro