Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dpcie.c401 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in hotplug_event_update_event_status()
487 PCI_EXP_SLTSTA, event) == event) { in pcie_cap_slot_event()
497 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in pcie_cap_slot_plug_common()
542 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_plug_cb()
558 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_plug_cb()
597 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_do_unplug()
604 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_do_unplug()
658 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_unplug_request_cb()
725 pci_word_test_and_set_mask(dev->w1cmask + pos + PCI_EXP_SLTSTA, in pcie_cap_slot_init()
729 pci_word_test_and_clear_mask(dev->cmask + pos + PCI_EXP_SLTSTA, in pcie_cap_slot_init()
[all …]
/qemu/include/standard-headers/linux/
H A Dpci_regs.h624 #define PCI_EXP_SLTSTA 0x1a /* Slot Status */ macro