Searched refs:i8259_pin (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c1366 int i8259_apic, i8259_pin; local
1395 i8259_pin = find_isa_irq_pin(0, mp_ExtINT);
1398 if ((ioapic_i8259.pin == -1) && (i8259_pin >= 0)) {
1400 ioapic_i8259.pin = i8259_pin;
1404 if (((ioapic_i8259.apic != i8259_apic) || (ioapic_i8259.pin != i8259_pin)) &&
1405 (i8259_pin >= 0) && (ioapic_i8259.pin >= 0))

Completed in 184 milliseconds