Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dmac_newworld.c134 Core99MachineState *core99_machine = CORE99_MACHINE(machine); in ppc_core99_init() local
353 has_pmu = (core99_machine->via_config != CORE99_VIA_CONFIG_CUDA); in ppc_core99_init()
354 has_adb = (core99_machine->via_config == CORE99_VIA_CONFIG_CUDA || in ppc_core99_init()
355 core99_machine->via_config == CORE99_VIA_CONFIG_PMU_ADB); in ppc_core99_init()
497 fw_cfg_add_i32(fw_cfg, FW_CFG_PPC_VIACONFIG, core99_machine->via_config); in ppc_core99_init()