Searched refs:SPR_TCR (Results 1 – 11 of 11) sorted by relevance
123 uint32_t tcr = mfspr(SPR_TCR); in e500wdog_setmode()130 mtspr(SPR_TCR, tcr); in e500wdog_setmode()150 const uint32_t tcr = mfspr(SPR_TCR); in e500wdog_attach()
148 uint32_t tcr = mfspr(SPR_TCR); in wdog_setmode()150 mtspr(SPR_TCR, tcr); in wdog_setmode()
122 mtspr(SPR_TCR, 0); /* disable all timers */ in initppc()
106 mtspr(SPR_TCR, 0); in initppc()
110 #define SPR_TCR 0x3da /* .4.. Timer Control Register */ macro
190 mtspr(SPR_TCR, TCR_PIE | TCR_ARE | TCR_FIE | TCR_PERIOD); in cpu_initclocks()
182 mtspr(SPR_TCR, 0); in initppc()
222 mtspr SPR_TCR, %r3
1271 mtspr(SPR_TCR, TCR_WIE | mfspr(SPR_TCR)); in initppc()
285 #define SPR_TCR 340 /* E... Timer Control Register */ macro
1404 uint32_t tcr = mfspr(SPR_TCR); in e500_intr_cpu_hatch() 1406 mtspr(SPR_TCR, tcr); in e500_intr_cpu_hatch()