Home
last modified time | relevance | path

Searched refs:PCI_INTD (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c108 if ((intr >= PCI_INTA) && (intr <= PCI_INTD)) in pcieb_plat_intr_ops()
/titanic_50/usr/src/uts/common/sys/
H A Dpci.h166 #define PCI_INTD 4 macro
/titanic_50/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c438 curpin = (curdev + curpin) % PCI_INTD; in acpi_translate_pci_irq()
/titanic_50/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c696 if ((intr >= PCI_INTA) && (intr <= PCI_INTD)) in ppb_intr_ops()
H A Dpcipsy.c502 if ((intr > PCI_INTD) || (intr < PCI_INTA)) in pci_xlate_intr()
H A Ddb21554.c2185 if ((intr >= PCI_INTA) && (intr <= PCI_INTD)) in db_intr_ops()
/titanic_50/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1383 ipin = (child_devno + child_ipin) % PCI_INTD; in apic_handle_pci_pci_bridge()