Lines Matching refs:pin1
2167 int apic1, pin1, apic2, pin2; in check_timer() local
2191 pin1 = find_isa_irq_pin(0, mp_INT); in check_timer()
2198 cfg->vector, apic1, pin1, apic2, pin2); in check_timer()
2207 if (pin1 == -1) { in check_timer()
2209 pin1 = pin2; in check_timer()
2213 pin2 = pin1; in check_timer()
2217 if (pin1 != -1) { in check_timer()
2222 add_pin_to_irq_node(cfg, node, apic1, pin1); in check_timer()
2223 setup_timer_IRQ0_pin(apic1, pin1, cfg->vector); in check_timer()
2231 idx = find_irq_entry(apic1, pin1, mp_INT); in check_timer()
2237 clear_IO_APIC_pin(0, pin1); in check_timer()
2242 clear_IO_APIC_pin(apic1, pin1); in check_timer()
2254 replace_pin_at_irq_node(cfg, node, apic1, pin1, apic2, pin2); in check_timer()