Searched refs:PCI_EXP_LNKSTA (Results 1 – 6 of 6) sorted by relevance
/qemu/hw/pci/ |
H A D | pcie.c | 103 pci_set_word(exp_cap + PCI_EXP_LNKSTA, in pcie_cap_v1_fill() 111 pci_set_word(cmask + PCI_EXP_LNKSTA, 0); in pcie_cap_v1_fill() 172 pci_long_test_and_clear_mask(exp_cap + PCI_EXP_LNKSTA, in pcie_cap_fill_link_ep_usp() 174 pci_long_test_and_set_mask(exp_cap + PCI_EXP_LNKSTA, in pcie_cap_fill_link_ep_usp() 546 pci_word_test_and_set_mask(exp_cap + PCI_EXP_LNKSTA, in pcie_cap_slot_plug_cb() 562 pci_word_test_and_set_mask(exp_cap + PCI_EXP_LNKSTA, in pcie_cap_slot_plug_cb() 601 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_LNKSTA, in pcie_cap_slot_do_unplug() 1110 target->exp.exp_cap + PCI_EXP_LNKSTA, in pcie_sync_bridge_lnk() 1132 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_LNKSTA, in pcie_sync_bridge_lnk() 1134 pci_word_test_and_set_mask(exp_cap + PCI_EXP_LNKSTA, lnksta & in pcie_sync_bridge_lnk()
|
H A D | pci.c | 1760 ranges_overlap(address, len, d->exp.exp_cap + PCI_EXP_LNKSTA, 2)) { in pci_default_read_config()
|
/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 568 #define PCI_EXP_LNKSTA 0x12 /* Link Status */ macro
|
/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 979 .offset = PCI_EXP_LNKSTA,
|
/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 641 port_dev->exp.exp_cap + PCI_EXP_LNKSTA, in cmd_get_physical_port_state()
|
/qemu/hw/vfio/ |
H A D | pci.c | 2087 vfio_add_emulated_word(vdev, pos + PCI_EXP_LNKSTA, 0, ~0); in vfio_setup_pcie_cap()
|