Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dexynos4210_mct.c180 #define MCT_GT_CMP_NUM 4 macro
188 qemu_irq irq[MCT_GT_CMP_NUM];
197 uint64_t comp[MCT_GT_CMP_NUM];
198 uint32_t comp_add_incr[MCT_GT_CMP_NUM];
326 MCT_GT_CMP_NUM),
442 comp_i = MCT_GT_CMP_NUM; in exynos4210_gcomp_find()
443 min_comp_i = MCT_GT_CMP_NUM; in exynos4210_gcomp_find()
447 for (i = 0; i < MCT_GT_CMP_NUM; i++) { in exynos4210_gcomp_find()
475 } else if (comp_i < MCT_GT_CMP_NUM) { in exynos4210_gcomp_find()
573 for (i = 0; i < MCT_GT_CMP_NUM; i++) { in exynos4210_gfrc_event()
[all …]