Searched refs:CNTCV_HI (Results 1 – 3 of 3) sorted by relevance
36 #define CNTCV_HI 0xc macro76 writel(COUNTER_BASE + CNTCV_HI, 0); in reset_counter_and_timer()87 g_assert_cmpuint(readl(COUNTER_BASE + CNTCV_HI), ==, 0); in test_counter()92 g_assert_cmpuint(readl(COUNTER_BASE + CNTCV_HI), ==, 0); in test_counter()99 g_assert_cmpuint(readl(COUNTER_BASE + CNTCV_HI), ==, 0); in test_counter()
13 #define CNTCV_HI 0xc macro46 cnt_hi = readl_relaxed(sys_ctr_base + CNTCV_HI); in sysctr_read_counter()48 tmp_hi = readl_relaxed(sys_ctr_base + CNTCV_HI); in sysctr_read_counter()
59 REG32(CNTCV_HI, 0xc)