Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dpcie.c500 if (sltsta & PCI_EXP_SLTSTA_EIS) { in pcie_cap_slot_plug_common()
779 PCI_EXP_SLTSTA_EIS |/* on reset, in pcie_cap_slot_reset()
856 sltsta ^= PCI_EXP_SLTSTA_EIS; /* toggle PCI_EXP_SLTSTA_EIS bit */ in pcie_cap_slot_write_config()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h632 #define PCI_EXP_SLTSTA_EIS 0x0080 /* Electromechanical Interlock Status */ macro