Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dpcie.c543 PCI_EXP_SLTSTA_PDS); in pcie_cap_slot_plug_cb()
559 PCI_EXP_SLTSTA_PDS); in pcie_cap_slot_plug_cb()
598 PCI_EXP_SLTSTA_PDS); in pcie_cap_slot_do_unplug()
730 PCI_EXP_SLTSTA_PDS); in pcie_cap_slot_init()
870 (sltsta & PCI_EXP_SLTSTA_PDS) ? "present" : "not present", in pcie_cap_slot_write_config()
887 if ((sltsta & PCI_EXP_SLTSTA_PDS) && pcie_sltctl_powered_off(val) && in pcie_cap_slot_write_config()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h631 #define PCI_EXP_SLTSTA_PDS 0x0040 /* Presence Detect State */ macro