Home
last modified time | relevance | path

Searched refs:PCIE_SLOTSTS_PRESENCE_DETECTED (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c343 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_acpi_slot_poweron()
408 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_acpi_slot_poweroff()
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c359 if (status & PCIE_SLOTSTS_PRESENCE_DETECTED) { in pciehpc_intr()
528 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_get_slot_state()
1077 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_slot_poweron()
1226 if (!(status & PCIE_SLOTSTS_PRESENCE_DETECTED)) { in pciehpc_slot_poweroff()
/titanic_41/usr/src/uts/common/sys/
H A Dpcie.h345 #define PCIE_SLOTSTS_PRESENCE_DETECTED 0x40 /* Card Present in slot */ macro