Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c1067 int lt_i; in exynos4210_mct_read() local
1176 int lt_i; 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()
1389 if (tcntb_max[lt_i] < value) { in exynos4210_mct_write()
1390 tcntb_max[lt_i] = value; in exynos4210_mct_write()
1393 lt_i, value, tcntb_max[lt_i], tcntb_min[lt_i]); in exynos4210_mct_write()
1427 if (icntb_min[lt_i] > value) { in exynos4210_mct_write()
1428 icntb_min[lt_i] = value; in exynos4210_mct_write()
1431 icntb_max[lt_i] = value; in exynos4210_mct_write()
[all …]