Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCTL_HPIE (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/pci/
H A Dpcie_regs.h75 PCI_EXP_SLTCTL_HPIE | \
/qemu/hw/pci/
H A Dpcie.c370 dev->exp.hpev_notified = (sltctl & PCI_EXP_SLTCTL_HPIE) && in hotplug_event_update_event_status()
680 PCI_EXP_SLTCTL_HPIE | in pcie_cap_slot_init()
719 PCI_EXP_SLTCTL_HPIE | in pcie_cap_slot_reset()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h605 #define PCI_EXP_SLTCTL_HPIE 0x0020 /* Hot-Plug Interrupt Enable */ macro