Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dsse-timer-test.c43 #define CNTP_CVAL_LO 0x20 macro
131 writel(TIMER_BASE + CNTP_CVAL_LO, 4000); in test_timer()
204 writel(TIMER_BASE + CNTP_CVAL_LO, 4000); in test_timer_scale_change()
/openbmc/qemu/hw/timer/
H A Dsse-timer.c54 REG32(CNTP_CVAL_LO, 0x20)
/openbmc/linux/drivers/clocksource/
H A Darm_arch_timer.c51 #define CNTP_CVAL_LO 0x20 macro
140 writeq_relaxed(val, timer->base + CNTP_CVAL_LO); in arch_timer_reg_write()