Searched refs:tbfreq (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 109 uint64_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() : TBFREQ; in ppc_heathrow_init() local 244 qdev_prop_set_uint64(DEVICE(macio), "frequency", tbfreq); in ppc_heathrow_init() 348 fw_cfg_add_i32(fw_cfg, FW_CFG_PPC_TBFREQ, tbfreq); in ppc_heathrow_init()
|
H A D | mac_newworld.c | 157 uint64_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() : TBFREQ; in ppc_core99_init() local 363 qdev_prop_set_uint64(dev, "frequency", tbfreq); in ppc_core99_init() 508 fw_cfg_add_i32(fw_cfg, FW_CFG_PPC_TBFREQ, tbfreq); in ppc_core99_init()
|
H A D | pnv.c | 149 uint32_t tbfreq = PNV_TIMEBASE_FREQ; in pnv_dt_core() local 196 _FDT((fdt_setprop_cell(fdt, offset, "timebase-frequency", tbfreq))); in pnv_dt_core()
|
H A D | spapr.c | 690 uint32_t tbfreq = kvm_enabled() ? kvmppc_get_tbfreq() in spapr_dt_cpu() local 736 _FDT((fdt_setprop_cell(fdt, offset, "timebase-frequency", tbfreq))); in spapr_dt_cpu()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | ops.h | 192 void dt_fixup_cpu_clocks(u32 cpufreq, u32 tbfreq, u32 busfreq);
|