Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dsys_jensen.c148 static int last_irq = -1, count = 0; in jensen_device_interrupt()
155 irq != last_irq) { in jensen_device_interrupt()
160 last_irq = irq; in jensen_device_interrupt()
/arch/powerpc/sysdev/
Dmpic.c1225 u32 last_irq; in mpic_alloc() local
1466 last_irq = (greg_feature & MPIC_GREG_FEATURE_LAST_SRC_MASK) in mpic_alloc()
1469 last_irq = isu_size * MPIC_MAX_ISU - 1; in mpic_alloc()
1470 of_property_read_u32(mpic->node, "last-interrupt-source", &last_irq); in mpic_alloc()
1472 last_irq = irq_count - 1; in mpic_alloc()
1476 isu_size = last_irq + 1; in mpic_alloc()