Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dslavio_timer.c83 #define TIMER_COUNTER 1 macro
168 case TIMER_COUNTER: in slavio_timer_mem_readl()
239 case TIMER_COUNTER: in slavio_timer_mem_writel()
/openbmc/qemu/tests/qtest/
H A Dtest-arm-mptimer.c22 #define TIMER_COUNTER 0x04 macro
84 return readl(TIMER_BASE_PHYS + TIMER_COUNTER); in timer_counter()
89 writel(TIMER_BASE_PHYS + TIMER_COUNTER, value); in timer_set_counter()