Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dsse-timer-test.c30 #define COUNTER_BASE 0x58100000 macro
72 writel(COUNTER_BASE + CNTCR, 0); in reset_counter_and_timer()
75 writel(COUNTER_BASE + CNTCV_LO, 0); in reset_counter_and_timer()
76 writel(COUNTER_BASE + CNTCV_HI, 0); in reset_counter_and_timer()
89 writel(COUNTER_BASE + CNTCR, 1); in test_counter()
94 writel(COUNTER_BASE + CNTCR, 0); in test_counter()
96 writel(COUNTER_BASE + CNTCR, 5); /* EN, SCEN */ in test_counter()
115 writel(COUNTER_BASE + CNTCR, 1); in test_timer()
201 writel(COUNTER_BASE + CNTCR, 1); in test_timer_scale_change()
210 writel(COUNTER_BASE + CNTCR, 0); in test_timer_scale_change()
[all …]