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.c467 if (sltsta & PCI_EXP_SLTSTA_EIS) { in pcie_cap_slot_plug_common()
746 PCI_EXP_SLTSTA_EIS |/* on reset, in pcie_cap_slot_reset()
823 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.h630 #define PCI_EXP_SLTSTA_EIS 0x0080 /* Electromechanical Interlock Status */ macro