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