Home
last modified time | relevance | path

Searched refs:PCIE_SLOTCTL_PWR_FAULT_EN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c787 if (control & PCIE_SLOTCTL_PWR_FAULT_EN) { in pciehpc_intr()
792 PCIE_SLOTCTL, control & ~PCIE_SLOTCTL_PWR_FAULT_EN); in pciehpc_intr()
847 if (control & PCIE_SLOTCTL_PWR_FAULT_EN) in pciehpc_intr()
850 control & ~PCIE_SLOTCTL_PWR_FAULT_EN); in pciehpc_intr()
1915 intr_mask &= ~PCIE_SLOTCTL_PWR_FAULT_EN; in pciehpc_enable_intr()
2382 control |= PCIE_SLOTCTL_PWR_FAULT_EN; in pciehpc_slot_poweron()
2508 control &= ~PCIE_SLOTCTL_PWR_FAULT_EN; in pciehpc_slot_poweroff()
3728 control & PCIE_SLOTCTL_PWR_FAULT_EN ? "Yes":"No"); in pciehpc_dump_hpregs()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h349 #define PCIE_SLOTCTL_PWR_FAULT_EN 0x2 /* Pwr Fault Detected Enable */ macro