Searched refs:pci_word_test_and_clear_mask (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pcie.c | 130 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_LNKCTL2, in pcie_cap_fill_lnk() 350 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_FLAGS, PCI_EXP_FLAGS_IRQ); in pcie_cap_flags_set_vector() 447 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTCTL, in pcie_cap_slot_enable_power() 597 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_do_unplug() 601 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_LNKSTA, 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() 698 pci_word_test_and_clear_mask(dev->config + pos + PCI_EXP_SLTCTL, in pcie_cap_slot_init() 704 pci_word_test_and_clear_mask(dev->config + pos + PCI_EXP_SLTCTL, in pcie_cap_slot_init() 729 pci_word_test_and_clear_mask(dev->cmask + pos + PCI_EXP_SLTSTA, in pcie_cap_slot_init() 748 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTCTL, in pcie_cap_slot_reset() [all …]
|
H A D | pci_bridge.c | 292 pci_word_test_and_clear_mask(conf + PCI_MEMORY_LIMIT, in pci_bridge_disable_base_limit() 296 pci_word_test_and_clear_mask(conf + PCI_PREF_MEMORY_LIMIT, in pci_bridge_disable_base_limit() 327 pci_word_test_and_clear_mask(conf + PCI_MEMORY_BASE, in pci_bridge_reset() 329 pci_word_test_and_clear_mask(conf + PCI_MEMORY_LIMIT, in pci_bridge_reset() 331 pci_word_test_and_clear_mask(conf + PCI_PREF_MEMORY_BASE, in pci_bridge_reset() 333 pci_word_test_and_clear_mask(conf + PCI_PREF_MEMORY_LIMIT, in pci_bridge_reset()
|
H A D | pcie_port.c | 38 pci_word_test_and_clear_mask(d->wmask + PCI_BRIDGE_CONTROL, in pcie_port_init_reg()
|
H A D | shpc.c | 168 pci_word_test_and_clear_mask(status, msk); in shpc_set_status() 376 pci_word_test_and_clear_mask(shpc->config + SHPC_CMD_STATUS, in shpc_command()
|
H A D | pci.c | 414 pci_word_test_and_clear_mask(dev->config + PCI_COMMAND, in pci_do_device_reset() 417 pci_word_test_and_clear_mask(dev->config + PCI_STATUS, in pci_do_device_reset()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | gen_pcie_root_port.c | 107 pci_word_test_and_clear_mask(d->wmask + PCI_COMMAND, in gen_rp_realize()
|
H A D | cxl_root_port.c | 171 pci_word_test_and_clear_mask(pci_dev->wmask + PCI_COMMAND, in cxl_rp_realize()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 558 pci_word_test_and_clear_mask(uint8_t *config, uint16_t mask) in pci_word_test_and_clear_mask() function
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 2345 pci_word_test_and_clear_mask( in virtio_pci_bus_reset_hold()
|