Home
last modified time | relevance | path

Searched refs:PCI_IO_LIMIT (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/pci-bridge/
H A Dsimba.c62 pci_set_word(dev->config + PCI_IO_LIMIT, PCI_IO_RANGE_TYPE_32); in simba_pci_bridge_realize()
H A Dgen_pcie_root_port.c110 d->wmask[PCI_IO_LIMIT] = 0; in gen_rp_realize()
H A Dcxl_root_port.c173 pci_dev->wmask[PCI_IO_LIMIT] = 0; in cxl_rp_realize()
/qemu/hw/pci/
H A Dpci_bridge.c134 PCI_IO_LIMIT, PCI_IO_LIMIT_UPPER16); in pci_bridge_get_limit()
288 pci_byte_test_and_clear_mask(conf + PCI_IO_LIMIT, in pci_bridge_disable_base_limit()
325 pci_byte_test_and_clear_mask(conf + PCI_IO_LIMIT, in pci_bridge_reset()
H A Dpci.c897 d->wmask[PCI_IO_LIMIT] = PCI_IO_RANGE_MASK & 0xff; in pci_init_mask_bridge()
912 d->config[PCI_IO_LIMIT] |= PCI_IO_RANGE_TYPE_16; in pci_init_mask_bridge()
939 d->cmask[PCI_IO_LIMIT] |= PCI_IO_RANGE_TYPE_MASK; in pci_init_mask_bridge()
/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()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h136 #define PCI_IO_LIMIT 0x1d macro