Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/timer/
Dapic_tsc.c290 uint32_t timer_conf; in sys_clock_driver_init() local
292 timer_conf = x86_read_loapic(LOAPIC_TIMER_CONFIG); in sys_clock_driver_init()
293 timer_conf &= ~0x0f; /* clear divider bits */ in sys_clock_driver_init()
294 timer_conf |= 0x0b; /* divide by 1 */ in sys_clock_driver_init()
295 x86_write_loapic(LOAPIC_TIMER_CONFIG, timer_conf); in sys_clock_driver_init()