Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c335 if (control & PCIE_SLOTCTL_PWR_FAULT_EN) { in pciehpc_intr()
340 PCIE_SLOTCTL, control & ~PCIE_SLOTCTL_PWR_FAULT_EN); in pciehpc_intr()
392 if (control & PCIE_SLOTCTL_PWR_FAULT_EN) in pciehpc_intr()
395 control & ~PCIE_SLOTCTL_PWR_FAULT_EN); in pciehpc_intr()
898 ~PCIE_SLOTCTL_PWR_FAULT_EN)); in pciehpc_enable_intr()
1152 control |= PCIE_SLOTCTL_PWR_FAULT_EN; in pciehpc_slot_poweron()
1247 control &= ~PCIE_SLOTCTL_PWR_FAULT_EN; in pciehpc_slot_poweroff()
2317 control & PCIE_SLOTCTL_PWR_FAULT_EN ? "Yes":"No"); in pciehpc_dump_hpregs()
/titanic_50/usr/src/uts/common/sys/
H A Dpcie.h306 #define PCIE_SLOTCTL_PWR_FAULT_EN 0x2 /* Pwr Fault Detected Enable */ macro