Searched refs:PCIE_SLOTCTL_PWR_FAULT_EN (Results 1 – 2 of 2) sorted by relevance
335 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()
306 #define PCIE_SLOTCTL_PWR_FAULT_EN 0x2 /* Pwr Fault Detected Enable */ macro