Lines Matching refs:pin1
2054 int apic1, pin1, apic2, pin2; in check_timer() local
2077 pin1 = find_isa_irq_pin(0, mp_INT); in check_timer()
2084 cfg->vector, apic1, pin1, apic2, pin2); in check_timer()
2093 if (pin1 == -1) { in check_timer()
2095 pin1 = pin2; in check_timer()
2099 pin2 = pin1; in check_timer()
2103 if (pin1 != -1) { in check_timer()
2106 mp_alloc_timer_irq(apic1, pin1); in check_timer()
2114 idx = find_irq_entry(apic1, pin1, mp_INT); in check_timer()
2121 clear_IO_APIC_pin(0, pin1); in check_timer()
2126 clear_IO_APIC_pin(apic1, pin1); in check_timer()
2138 replace_pin_at_irq_node(data, node, apic1, pin1, apic2, pin2); in check_timer()