Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dxics-common.c389 if (flow_type == IRQ_TYPE_DEFAULT || flow_type == IRQ_TYPE_NONE) in xics_set_irq_type()
/openbmc/linux/arch/powerpc/sysdev/
H A Dmpic.c885 flow_type = IRQ_TYPE_DEFAULT; in mpic_set_irq_type()
888 if (flow_type == IRQ_TYPE_DEFAULT) { in mpic_set_irq_type()
1066 irq_set_irq_type(virq, IRQ_TYPE_DEFAULT); in mpic_host_map()
/openbmc/linux/include/linux/
H A Dirq.h86 IRQ_TYPE_DEFAULT = IRQ_TYPE_SENSE_MASK, enumerator
/openbmc/linux/arch/powerpc/sysdev/xive/
H A Dcommon.c788 if (flow_type == IRQ_TYPE_DEFAULT || flow_type == IRQ_TYPE_NONE) in xive_irq_set_type()