Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/timer/
Dhpet.c85 #define TIMER0_COMPARATOR_LOW_REG HPET_REG_ADDR(0x108) macro
206 sys_write64(val, TIMER0_COMPARATOR_LOW_REG); in hpet_timer_comparator_set()
208 sys_write32((uint32_t)val, TIMER0_COMPARATOR_LOW_REG); in hpet_timer_comparator_set()