Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dsse-timer-test.c35 #define CNTCV_LO 0x8 macro
75 writel(COUNTER_BASE + CNTCV_LO, 0); in reset_counter_and_timer()
86 g_assert_cmpuint(readl(COUNTER_BASE + CNTCV_LO), ==, 0); in test_counter()
91 g_assert_cmpuint(readl(COUNTER_BASE + CNTCV_LO), ==, 100); in test_counter()
98 g_assert_cmpuint(readl(COUNTER_BASE + CNTCV_LO), ==, 110); in test_counter()
/openbmc/linux/drivers/clocksource/
H A Dtimer-imx-sysctr.c12 #define CNTCV_LO 0x8 macro
47 cnt_lo = readl_relaxed(sys_ctr_base + CNTCV_LO); in sysctr_read_counter()
/openbmc/qemu/hw/timer/
H A Dsse-counter.c58 REG32(CNTCV_LO, 0x8)