Searched refs:PPC_TIMER_E500 (Results 1 – 3 of 3) sorted by relevance
99 if (tb_env->flags & PPC_TIMER_E500) { in booke_get_fit_target()117 if (tb_env->flags & PPC_TIMER_E500) { in booke_get_wdt_target()
972 ppc_booke_timers_init(cpu, PLATFORM_CLK_FREQ_HZ, PPC_TIMER_E500); in ppce500_init()
44 #define PPC_TIMER_E500 (1 << 1) /* Enable e500 support */ macro