Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCTL_PWR_ON (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c402 case PCI_EXP_SLTCTL_PWR_ON: in pciehp_get_power_status()
542 pcie_write_cmd(ctrl, PCI_EXP_SLTCTL_PWR_ON, PCI_EXP_SLTCTL_PCC); in pciehp_power_on_slot()
545 PCI_EXP_SLTCTL_PWR_ON); in pciehp_power_on_slot()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h615 #define PCI_EXP_SLTCTL_PWR_ON 0x0000 /* Power On */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h616 #define PCI_EXP_SLTCTL_PWR_ON 0x0000 /* Power On */ macro
/openbmc/qemu/hw/pci/
H A Dpcie.c435 power = (sltctl & PCI_EXP_SLTCTL_PCC) == PCI_EXP_SLTCTL_PWR_ON; in pcie_cap_update_power()