Searched refs:bestirq (Results 1 – 6 of 6) sorted by relevance
/netbsd/sys/arch/evbarm/tsarm/isa/ |
H A D | isa_machdep.c | 108 int i, bestirq, count; in isa_intr_alloc() local 113 bestirq = -1; in isa_intr_alloc() 123 bestirq = isairq[i]; in isa_intr_alloc() 128 if (bestirq == -1) in isa_intr_alloc() 131 *irq = bestirq; in isa_intr_alloc()
|
/netbsd/sys/arch/x86/isa/ |
H A D | isa_machdep.c | 122 int i, tmp, bestirq, count; in isa_intr_alloc() local 132 bestirq = -1; in isa_intr_alloc() 174 if ((bestirq == -1) || (count > tmp)) { in isa_intr_alloc() 175 bestirq = i; in isa_intr_alloc() 187 if (bestirq == -1) in isa_intr_alloc() 190 *irq = bestirq; in isa_intr_alloc()
|
/netbsd/sys/arch/arm/footbridge/isa/ |
H A D | isa_machdep.c | 253 int i, tmp, bestirq, count; in isa_intr_alloc() local 260 bestirq = -1; in isa_intr_alloc() 301 if ((bestirq == -1) || (count > tmp)) { in isa_intr_alloc() 302 bestirq = i; in isa_intr_alloc() 313 if (bestirq == -1) in isa_intr_alloc() 316 *irq = bestirq; in isa_intr_alloc()
|
/netbsd/sys/arch/alpha/pci/ |
H A D | sio_pic.c | 681 int i, tmp, bestirq, count; in sio_intr_alloc() local 687 bestirq = -1; in sio_intr_alloc() 727 if ((bestirq == -1) || (count > tmp)) { in sio_intr_alloc() 728 bestirq = i; in sio_intr_alloc() 739 if (bestirq == -1) in sio_intr_alloc() 742 *irq = bestirq; in sio_intr_alloc()
|
/netbsd/sys/arch/algor/pci/ |
H A D | pcib.c | 511 int i, tmp, bestirq, count; in pcib_isa_intr_alloc() local 517 bestirq = -1; in pcib_isa_intr_alloc() 551 if (bestirq == -1 || count > tmp) { in pcib_isa_intr_alloc() 552 bestirq = i; in pcib_isa_intr_alloc() 563 if (bestirq == -1) in pcib_isa_intr_alloc() 566 *irq = bestirq; in pcib_isa_intr_alloc()
|
/netbsd/sys/arch/evbmips/malta/pci/ |
H A D | pcib.c | 560 int i, tmp, bestirq, count; in pcib_isa_intr_alloc() local 566 bestirq = -1; in pcib_isa_intr_alloc() 596 if (bestirq == -1 || count > tmp) { in pcib_isa_intr_alloc() 597 bestirq = i; in pcib_isa_intr_alloc() 608 if (bestirq == -1) in pcib_isa_intr_alloc() 611 *irq = bestirq; in pcib_isa_intr_alloc()
|