Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c405 case PCI_EXP_SLTCTL_PWR_OFF: in pciehp_get_power_status()
556 pcie_write_cmd(ctrl, PCI_EXP_SLTCTL_PWR_OFF, PCI_EXP_SLTCTL_PCC); in pciehp_power_off_slot()
559 PCI_EXP_SLTCTL_PWR_OFF); in pciehp_power_off_slot()
/openbmc/qemu/hw/pci/
H A Dpcie.c45 return (sltctl & PCI_EXP_SLTCTL_PCC) == PCI_EXP_SLTCTL_PWR_OFF in pcie_sltctl_powered_off()
842 (old_slt_ctl & PCI_EXP_SLTCTL_PWR_OFF) ? "off" : "on", in pcie_cap_slot_write_config()
843 (val & PCI_EXP_SLTCTL_PWR_OFF) ? "off" : "on"); in pcie_cap_slot_write_config()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h616 #define PCI_EXP_SLTCTL_PWR_OFF 0x0400 /* Power Off */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h617 #define PCI_EXP_SLTCTL_PWR_OFF 0x0400 /* Power Off */ macro