Home
last modified time | relevance | path

Searched refs:TBFREQ (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c54 #define TBFREQ 16600000UL macro
109 uint64_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() : TBFREQ; in ppc_heathrow_init()
117 cpu_ppc_tb_init(env, TBFREQ); in ppc_heathrow_init()
H A Dmac_newworld.c80 #define TBFREQ (25UL * 1000UL * 1000UL) macro
157 uint64_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() : TBFREQ; in ppc_core99_init()
165 cpu_ppc_tb_init(env, TBFREQ); in ppc_core99_init()