Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c582 #define MAX_PIRQS 8 macro
583 static int pirq_entries[MAX_PIRQS] = {
584 [0 ... MAX_PIRQS - 1] = -1
590 int ints[MAX_PIRQS+1]; in ioapic_pirq_setup()
596 max = MAX_PIRQS; in ioapic_pirq_setup()
597 if (ints[0] < MAX_PIRQS) in ioapic_pirq_setup()
606 pirq_entries[MAX_PIRQS-i-1] = ints[i+1]; in ioapic_pirq_setup()