Home
last modified time | relevance | path

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

/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()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h617 #define PCI_EXP_SLTCTL_PWR_OFF 0x0400 /* Power Off */ macro