Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc_booke.c67 #define TSR_FIS (1U << 26) /* Fixed-Interval Timer Interrupt Status */ macro
99 (env->spr[SPR_BOOKE_TSR] & TSR_FIS in booke_update_irq()
227 env->spr[SPR_BOOKE_TSR] |= TSR_FIS; in booke_fit_cb()
235 TSR_FIS); in booke_fit_cb()
268 if (val & TSR_FIS) { in store_booke_tsr()
273 TSR_FIS); in store_booke_tsr()
302 TSR_FIS); in store_booke_tcr()
/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()
H A Dexceptions-64e.S436 lis r,TSR_FIS@h; \
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h565 #define TSR_FIS 0x04000000 /* FIT Interrupt Status */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h424 #define TSR_FIS 0x04000000 /* FIT Interrupt Status */ macro