Home
last modified time | relevance | path

Searched refs:PCI_BASE_ADDRESS_0 (Results 1 – 13 of 13) sorted by relevance

/qemu/hw/remote/
H A Dproxy.c340 config_op_send(pdev, PCI_BASE_ADDRESS_0 + (4 * i), &orig_val, 4, in probe_pci_info()
343 config_op_send(pdev, PCI_BASE_ADDRESS_0 + (4 * i), &new_val, 4, in probe_pci_info()
345 config_op_send(pdev, PCI_BASE_ADDRESS_0 + (4 * i), &new_val, 4, in probe_pci_info()
348 config_op_send(pdev, PCI_BASE_ADDRESS_0 + (4 * i), &orig_val, 4, in probe_pci_info()
/qemu/hw/ide/
H A Dvia.c168 if (ranges_overlap(addr, len, PCI_BASE_ADDRESS_0, 16)) { in via_ide_cfg_read()
171 if (i >= PCI_BASE_ADDRESS_0 && i < PCI_BASE_ADDRESS_0 + 16) { in via_ide_cfg_read()
/qemu/hw/audio/
H A Dac97.c1292 c[PCI_BASE_ADDRESS_0] = PCI_BASE_ADDRESS_SPACE_IO; in ac97_realize()
1293 c[PCI_BASE_ADDRESS_0 + 1] = 0x00; in ac97_realize()
1294 c[PCI_BASE_ADDRESS_0 + 2] = 0x00; in ac97_realize()
1295 c[PCI_BASE_ADDRESS_0 + 3] = 0x00; in ac97_realize()
1299 c[PCI_BASE_ADDRESS_0 + 4] = PCI_BASE_ADDRESS_SPACE_IO; in ac97_realize()
1300 c[PCI_BASE_ADDRESS_0 + 5] = 0x00; in ac97_realize()
1301 c[PCI_BASE_ADDRESS_0 + 6] = 0x00; in ac97_realize()
1302 c[PCI_BASE_ADDRESS_0 + 7] = 0x00; in ac97_realize()
/qemu/hw/vfio/
H A Dpci.c1295 } else if (ranges_overlap(addr, len, PCI_BASE_ADDRESS_0, 24) || in vfio_pci_write_config()
1740 vdev->config_offset + PCI_BASE_ADDRESS_0 + (4 * nr)); in vfio_bar_prepare()
2450 off_t addr = vdev->config_offset + PCI_BASE_ADDRESS_0 + (4 * nr); in vfio_pci_post_reset()
3039 memset(vdev->emulated_config_bits + PCI_BASE_ADDRESS_0, 0xff, 6 * 4); in vfio_realize()
3105 memset(&vdev->pdev.config[PCI_BASE_ADDRESS_0], 0, 24); in vfio_realize()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h96 #define PCI_BASE_ADDRESS_0 0x10 /* 32 bits */ macro
/qemu/tests/qtest/libqos/
H A Dpci.c524 PCI_BASE_ADDRESS_0, PCI_BASE_ADDRESS_1, PCI_BASE_ADDRESS_2, in qpci_iomap()
/qemu/hw/xen/
H A Dxen_pt.c134 index = (offset - PCI_BASE_ADDRESS_0) >> 2; in xen_pt_bar_offset_to_index()
H A Dxen_pt_config_init.c713 .offset = PCI_BASE_ADDRESS_0,
/qemu/hw/pci-host/
H A Dgt64120.c1221 pci_set_long(d->config + PCI_BASE_ADDRESS_0, 0x00000008); in gt64120_pci_realize()
/qemu/hw/display/
H A Dati.c360 PCI_BASE_ADDRESS_0, size) & 0xfffffff0; in ati_mm_read()
/qemu/hw/ppc/
H A Dpegasos2.c798 cells[j] = PCI_BASE_ADDRESS_0 + i * 4; in add_pci_device()
/qemu/hw/pci/
H A Dpci.c279 return PCI_BASE_ADDRESS_0 + reg * 4; in pci_bar()
1606 if (ranges_overlap(addr, l, PCI_BASE_ADDRESS_0, 24) || in pci_default_write_config()
/qemu/hw/s390x/
H A Ds390-pci-inst.c305 PCI_BASE_ADDRESS_0 + (i * 4)); in clp_service_call()