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.c368 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in hotplug_event_update_event_status()
464 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in pcie_cap_slot_plug_common()
509 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_plug_cb()
525 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_plug_cb()
564 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_do_unplug()
571 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_do_unplug()
745 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_reset()
761 *slt_sta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in pcie_cap_slot_get()
792 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in pcie_cap_slot_write_config()
812 pci_set_word(exp_cap + PCI_EXP_SLTSTA, sltsta); in pcie_cap_slot_write_config()
[all …]
/qemu/include/standard-headers/linux/
H A Dpci_regs.h622 #define PCI_EXP_SLTSTA 0x1a /* Slot Status */ macro