Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCTL_PCC (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie.c45 return (sltctl & PCI_EXP_SLTCTL_PCC) == PCI_EXP_SLTCTL_PWR_OFF in pcie_sltctl_powered_off()
415 PCI_EXP_SLTCTL_PCC); in pcie_cap_slot_enable_power()
435 power = (sltctl & PCI_EXP_SLTCTL_PCC) == PCI_EXP_SLTCTL_PWR_ON; in pcie_cap_update_power()
666 PCI_EXP_SLTCTL_PCC); in pcie_cap_slot_init()
668 PCI_EXP_SLTCTL_PCC); in pcie_cap_slot_init()
734 PCI_EXP_SLTCTL_PCC); in pcie_cap_slot_reset()
737 PCI_EXP_SLTCTL_PCC); in pcie_cap_slot_reset()
/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h77 PCI_EXP_SLTCTL_PCC | \
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c151 #define CC_ERRATUM_MASK (PCI_EXP_SLTCTL_PCC | \
401 switch (slot_ctrl & PCI_EXP_SLTCTL_PCC) { in pciehp_get_power_status()
542 pcie_write_cmd(ctrl, PCI_EXP_SLTCTL_PWR_ON, PCI_EXP_SLTCTL_PCC); in pciehp_power_on_slot()
556 pcie_write_cmd(ctrl, PCI_EXP_SLTCTL_PWR_OFF, PCI_EXP_SLTCTL_PCC); in pciehp_power_off_slot()
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_pe.c659 if (val & PCI_EXP_SLTCTL_PCC) { in eeh_bridge_check_link()
661 val &= ~(PCI_EXP_SLTCTL_PCC | PCI_EXP_SLTCTL_PIC); in eeh_bridge_check_link()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h614 #define PCI_EXP_SLTCTL_PCC 0x0400 /* Power Controller Control */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h615 #define PCI_EXP_SLTCTL_PCC 0x0400 /* Power Controller Control */ macro