Home
last modified time | relevance | path

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

/kernel/object/
A Dinterrupt_event_dispatcher.cpp63 pol = IRQ_POLARITY_ACTIVE_HIGH; in Create()
72 pol = IRQ_POLARITY_ACTIVE_HIGH; in Create()
/kernel/dev/interrupt/include/dev/
A Dinterrupt.h25 IRQ_POLARITY_ACTIVE_HIGH = 0, enumerator
/kernel/dev/interrupt/arm_gic/v2/
A Darm_gicv2.cpp164 gic_configure_interrupt(i, IRQ_TRIGGER_MODE_EDGE, IRQ_POLARITY_ACTIVE_HIGH); in arm_gic_init()
220 if (pol != IRQ_POLARITY_ACTIVE_HIGH) { in gic_configure_interrupt()
251 *pol = IRQ_POLARITY_ACTIVE_HIGH; in gic_get_interrupt_config()
/kernel/dev/uart/mt8167/
A Duart.cpp237 configure_interrupt(uart_irq, IRQ_TRIGGER_MODE_LEVEL, IRQ_POLARITY_ACTIVE_HIGH); in mt8167_uart_init()
/kernel/dev/interrupt/arm_gic/v3/
A Darm_gicv3.cpp285 if (pol != IRQ_POLARITY_ACTIVE_HIGH) { in gic_configure_interrupt()
316 *pol = IRQ_POLARITY_ACTIVE_HIGH; in gic_get_interrupt_config()
/kernel/platform/pc/
A Dacpi.cpp237 isos[count].pol = IRQ_POLARITY_ACTIVE_HIGH; in platform_enumerate_interrupt_source_overrides()
/kernel/arch/x86/
A Dioapic.cpp396 enum interrupt_polarity polarity = IRQ_POLARITY_ACTIVE_HIGH; in apic_io_configure_isa_irq()
/kernel/syscalls/
A Dddk_pci.cpp239 pol = IRQ_POLARITY_ACTIVE_HIGH; in sys_pci_init()

Completed in 19 milliseconds