Home
last modified time | relevance | path

Searched refs:pci_byte_test_and_clear_mask (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_bridge.c288 pci_byte_test_and_clear_mask(conf + PCI_IO_LIMIT, in pci_bridge_disable_base_limit()
323 pci_byte_test_and_clear_mask(conf + PCI_IO_BASE, in pci_bridge_reset()
325 pci_byte_test_and_clear_mask(conf + PCI_IO_LIMIT, in pci_bridge_reset()
H A Dpci.c421 pci_byte_test_and_clear_mask(dev->config + PCI_INTERRUPT_LINE, in pci_do_device_reset()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c229 pci_byte_test_and_clear_mask(conf + PCI_IO_LIMIT, in pnv_phb_root_port_reset_hold()
/openbmc/qemu/include/hw/pci/
H A Dpci.h542 pci_byte_test_and_clear_mask(uint8_t *config, uint8_t mask) in pci_byte_test_and_clear_mask() function