Searched refs:TSR_FIS (Results 1 – 7 of 7) sorted by relevance
67 #define TSR_FIS (1U << 26) /* Fixed-Interval Timer Interrupt Status */ macro99 (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()
241 lis r0, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
185 lis r4, (TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS)@h
680 mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); in start_cpu_decrementer()
436 lis r,TSR_FIS@h; \
565 #define TSR_FIS 0x04000000 /* FIT Interrupt Status */ macro
424 #define TSR_FIS 0x04000000 /* FIT Interrupt Status */ macro