Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c1182 static uint32_t icntb_min[2] = {UINT32_MAX, UINT32_MAX}; in exynos4210_mct_write() local
1427 if (icntb_min[lt_i] > value) { in exynos4210_mct_write()
1428 icntb_min[lt_i] = value; in exynos4210_mct_write()
1434 lt_i, value, icntb_max[lt_i], icntb_min[lt_i]); in exynos4210_mct_write()