Searched refs:CNTCV_LO (Results 1 – 3 of 3) sorted by relevance
35 #define CNTCV_LO 0x8 macro75 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()
12 #define CNTCV_LO 0x8 macro47 cnt_lo = readl_relaxed(sys_ctr_base + CNTCV_LO); in sysctr_read_counter()
58 REG32(CNTCV_LO, 0x8)