Searched refs:dstirq (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | mpspec.c | 130 int srcbus, int srcbusirq, int dstapic, int dstirq) in mp_write_intsrc() argument 141 mpc->mpc_dstirq = dstirq; in mp_write_intsrc() 146 int srcbus, int dev, int pin, int dstapic, int dstirq) in mp_write_pci_intsrc() argument 151 srcbus, srcbusirq, dstapic, dstirq); in mp_write_pci_intsrc() 322 int dstirq; in mptable_add_intsrc() local 339 dstirq = mp_determine_pci_dstirq(bus, dev, func, pr.pirq); in mptable_add_intsrc() 344 if (dstirq < 16) in mptable_add_intsrc() 345 isa_irq_occupied[dstirq] = true; in mptable_add_intsrc() 347 apicid, dstirq); in mptable_add_intsrc()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | mpspec.h | 344 int srcbus, int srcbusirq, int dstapic, int dstirq); 360 int srcbus, int dev, int pin, int dstapic, int dstirq);
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | mpspec_def.h | 121 unsigned char dstirq; member
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | mpparse.c | 124 mp_irq->srcbusirq, mp_irq->dstapic, mp_irq->dstirq); in print_mp_irq_info() 318 intsrc.dstirq = i ? i : 2; /* IRQ0 to INTIN2 */ in construct_default_ioirq_mptable() 324 intsrc.dstirq = 0; /* 8259A to INTIN0 */ in construct_default_ioirq_mptable()
|
| H A D | jailhouse.c | 40 .dstirq = irq, in jailhouse_setup_irq()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/ |
| H A D | boot.c | 400 mp_irq.dstirq = mp_find_ioapic_pin(ioapic, gsi); in mp_config_acpi_gsi() 428 mp_irq.dstirq = pin; in mp_register_ioapic_irq() 1137 if (irq->dstapic == dstapic && irq->dstirq == pin) in mp_config_acpi_legacy_irqs() 1152 mp_irq.dstirq = pin; in mp_config_acpi_legacy_irqs()
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/intel-mid/ |
| H A D | sfi.c | 99 mp_irq.dstirq = pentry->irq; in sfi_parse_mtmr() 170 mp_irq.dstirq = pentry->irq; in sfi_parse_mrtc()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 209 m->srcbusirq, m->dstapic, m->dstirq); in mp_save_irq() 699 mp_irqs[i].dstirq == pin) in find_irq_entry() 719 return mp_irqs[i].dstirq; in find_isa_irq_pin() 1081 if (mp_irqs[idx].dstirq != pin) in pin_2_irq() 1176 irq = pin_2_irq(i, ioapic_idx, mp_irqs[i].dstirq, 0); in IO_APIC_get_PCI_irq_vector() 1199 return pin_2_irq(best_idx, best_ioapic, mp_irqs[best_idx].dstirq, in IO_APIC_get_PCI_irq_vector()
|