Home
last modified time | relevance | path

Searched refs:PPC_TIMER_BOOKE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dppc.h43 #define PPC_TIMER_BOOKE (1 << 0) /* Enable Booke support */ macro
/openbmc/qemu/hw/ppc/
H A Dppc_booke.c354 tb_env->flags = flags | PPC_TIMER_BOOKE | PPC_DECR_ZERO_TRIGGERED; in ppc_booke_timers_init()
H A Dppc.c733 if (next < n && tb_env->flags & PPC_TIMER_BOOKE) { in __cpu_ppc_load_decr()