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

/freebsd-11-stable/sys/mips/nlm/
H A Dxlp_pci.c431 int xlpirq; local
441 xlpirq = rman_get_start(irq);
442 if (xlpirq == 0)
452 if (xlpirq >= 64) {
456 xlpirq -= 64;
457 if (xlpirq % 32 != 0)
461 link = xlpirq / 32;
487 xlpirq = PIC_PCIE_IRQ(link);
491 if (xlpirq >= PIC_PCIE_IRQ(0) && xlpirq <
494 xlpirq, flags, cookiep); local
[all...]

Completed in 50 milliseconds