Searched refs:ppc_booke_timers_init (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | ppc.h | 120 void ppc_booke_timers_init(PowerPCCPU *cpu, uint32_t freq, uint32_t flags);
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc440_bamboo.c | 183 ppc_booke_timers_init(cpu, 400000000, 0); in bamboo_init()
|
H A D | virtex_ml507.c | 103 ppc_booke_timers_init(cpu, sysclk, 0/* no flags */); in ppc440_init_xilinx()
|
H A D | ppc_booke.c | 334 void ppc_booke_timers_init(PowerPCCPU *cpu, uint32_t freq, uint32_t flags) in ppc_booke_timers_init() function
|
H A D | sam460ex.c | 302 ppc_booke_timers_init(cpu, CPU_FREQ, 0); in sam460ex_init()
|
H A D | e500.c | 972 ppc_booke_timers_init(cpu, PLATFORM_CLK_FREQ_HZ, PPC_TIMER_E500); in ppce500_init()
|