Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Dexynos4210_mct.c1184 static uint32_t tcntb_min[2] = {UINT32_MAX, UINT32_MAX}; in exynos4210_mct_write() local
1386 if (tcntb_min[lt_i] > value) { in exynos4210_mct_write()
1387 tcntb_min[lt_i] = value; in exynos4210_mct_write()
1393 lt_i, value, tcntb_max[lt_i], tcntb_min[lt_i]); in exynos4210_mct_write()