Searched refs:IRQ_POLARITY_ACTIVE_HIGH (Results 1 – 8 of 8) sorted by relevance
63 pol = IRQ_POLARITY_ACTIVE_HIGH; in Create()72 pol = IRQ_POLARITY_ACTIVE_HIGH; in Create()
25 IRQ_POLARITY_ACTIVE_HIGH = 0, enumerator
164 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()
237 configure_interrupt(uart_irq, IRQ_TRIGGER_MODE_LEVEL, IRQ_POLARITY_ACTIVE_HIGH); in mt8167_uart_init()
285 if (pol != IRQ_POLARITY_ACTIVE_HIGH) { in gic_configure_interrupt()316 *pol = IRQ_POLARITY_ACTIVE_HIGH; in gic_get_interrupt_config()
237 isos[count].pol = IRQ_POLARITY_ACTIVE_HIGH; in platform_enumerate_interrupt_source_overrides()
396 enum interrupt_polarity polarity = IRQ_POLARITY_ACTIVE_HIGH; in apic_io_configure_isa_irq()
239 pol = IRQ_POLARITY_ACTIVE_HIGH; in sys_pci_init()
Completed in 19 milliseconds