Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c246 OBJECT_DECLARE_SIMPLE_TYPE(Exynos4210MCTState, EXYNOS4210_MCT)
248 struct Exynos4210MCTState { struct
350 VMSTATE_UINT32(reg_mct_cfg, Exynos4210MCTState),
351 VMSTATE_STRUCT_ARRAY(l_timer, Exynos4210MCTState, 2, 0,
353 VMSTATE_STRUCT(g_timer, Exynos4210MCTState, 0,
355 VMSTATE_UINT32(freq, Exynos4210MCTState),
360 static void exynos4210_mct_update_freq(Exynos4210MCTState *s);
425 static int32_t exynos4210_gcomp_find(Exynos4210MCTState *s) in exynos4210_gcomp_find()
498 static uint64_t exynos4210_gcomp_get_distance(Exynos4210MCTState *s, int32_t id) in exynos4210_gcomp_get_distance()
515 static void exynos4210_gfrc_restart(Exynos4210MCTState *s) in exynos4210_gfrc_restart()
[all …]