Home
last modified time | relevance | path

Searched refs:BUS_PCIE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Dacpica.h82 #define BUS_PCIE 9 macro
/titanic_41/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c763 child_is_pciex ? BUS_PCIE : BUS_PCI; in apic_introp_xlate()
812 intr_flag.bustype = child_is_pciex ? BUS_PCIE : BUS_PCI; in apic_introp_xlate()
/titanic_41/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c809 child_is_pciex ? BUS_PCIE : BUS_PCI; in apic_introp_xlate()
858 intr_flag.bustype = child_is_pciex ? BUS_PCIE : BUS_PCI; in apic_introp_xlate()
H A Dmp_platform_common.c1502 "PCI-E ", BUS_PCIE
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix.c2483 bustype = child_is_pciex ? BUS_PCIE : BUS_PCI; in apix_intx_xlate_irq()