Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_ioapic.c168 uint32_t rteValue; /* value to copy into redirection table entry */ in ioapic_init() local
170 rteValue = IOAPIC_EDGE | IOAPIC_HIGH | IOAPIC_FIXED | IOAPIC_INT_MASK | in ioapic_init()
175 ioApicRedSetLo(ix, rteValue); in ioapic_init()
300 uint32_t rteValue; in ioapic_resume_from_suspend() local
311 rteValue = (_irq_to_interrupt_vector[irq] & in ioapic_resume_from_suspend()
315 rteValue = IOAPIC_EDGE | IOAPIC_HIGH | in ioapic_resume_from_suspend()
320 ioApicRedSetLo(irq, rteValue); in ioapic_resume_from_suspend()
362 uint32_t rteValue; /* value to copy into redirection table entry */ local
378 rteValue = IOAPIC_VTD_REMAP_FORMAT |
380 ioApicRedSetHi(irq, rteValue);
[all …]