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

/freebsd-10.3-release/sys/mips/rmi/
H A Dxlr_pci.c465 int xlrirq; local
475 xlrirq = rman_get_start(irq);
489 if (xlrirq >= 64) {
490 xlrirq -= 64;
491 if (xlrirq % 32 != 0)
493 xlrirq = xls_pcie_link_irq(xlrirq / 32);
494 if (xlrirq == -1)
498 intr, arg, xlrirq, flags, cookiep, bridge_pcie_ack); local
499 pic_setup_intr(xlrirq
[all...]

Completed in 90 milliseconds