Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_loapic.c334 volatile uint32_t lvt; /* local vector table entry value */ in loapic_suspend() local
348 lvt = x86_read_loapic(LOAPIC_TIMER + (loapic_irq * 0x10)); in loapic_suspend()
350 if ((lvt & LOAPIC_LVT_MASKED) == 0U) { in loapic_suspend()
/Zephyr-latest/drivers/timer/
Dapic_tsc.c94 static union { uint32_t val; struct apic_timer_lvt lvt; } lvt_reg; member
299 lvt_reg.lvt.mode = IS_ENABLED(CONFIG_APIC_TSC_DEADLINE_TIMER) ? in sys_clock_driver_init()
301 lvt_reg.lvt.masked = 0; in sys_clock_driver_init()