Home
last modified time | relevance | path

Searched defs:irq_flags (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/nds32/lib/
H A Dinterrupts.c19 int irq_flags; /* needed by asm-nds32/system.h */ variable
/openbmc/u-boot/drivers/i2c/
H A Di2c-uniphier-f.c161 const u32 irq_flags = I2C_INT_TE | I2C_INT_NA | I2C_INT_AL; in uniphier_fi2c_transmit() local
202 const u32 irq_flags = I2C_INT_RB | I2C_INT_NA | I2C_INT_AL; in uniphier_fi2c_receive() local
/openbmc/qemu/hw/acpi/
H A Daml-build.c1003 uint8_t irq_flags = con_and_pro | (level_and_edge << 1) in aml_interrupt() local