Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dpcie.c446 if (sltcap & PCI_EXP_SLTCAP_PCP) { in pcie_cap_slot_enable_power()
467 if (sltcap & PCI_EXP_SLTCAP_PCP) { in pcie_cap_update_power()
697 PCI_EXP_SLTCAP_PCP); in pcie_cap_slot_init()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h590 #define PCI_EXP_SLTCAP_PCP 0x00000002 /* Power Controller Present */ macro