Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dapic_timer.c65 uint32_t ccr_1st, ccr_2nd; in sys_clock_cycle_get_64() local
76 ccr_1st = x86_read_loapic(LOAPIC_TIMER_CCR); in sys_clock_cycle_get_64()
79 } while (ccr_2nd > ccr_1st); in sys_clock_cycle_get_64()