Searched refs:PCI_REVISION_ID (Results 1 – 12 of 12) sorted by relevance
/qemu/hw/pci-host/ |
H A D | xen_igd_pt.c | 40 {PCI_REVISION_ID, 2},
|
/qemu/hw/i386/xen/ |
H A D | xen_pvdevice.c | 103 pci_set_byte(pci_conf + PCI_REVISION_ID, d->revision); in xen_pv_realize()
|
/qemu/hw/display/ |
H A D | vga-pci.c | 262 pci_set_byte(&d->dev.config[PCI_REVISION_ID], 2); in pci_std_vga_realize() 293 pci_set_byte(&d->dev.config[PCI_REVISION_ID], 2); in pci_secondary_vga_realize()
|
H A D | bochs-display.c | 294 pci_set_byte(&s->pci.config[PCI_REVISION_ID], 2); in bochs_display_realize()
|
H A D | qxl.c | 2148 pci_set_byte(&config[PCI_REVISION_ID], pci_device_rev);
|
/qemu/hw/vfio/ |
H A D | igd.c | 225 {PCI_REVISION_ID, 2}, 233 {PCI_REVISION_ID, 2},
|
/qemu/hw/riscv/ |
H A D | riscv-iommu-pci.c | 98 pci_set_byte(pci_conf + PCI_REVISION_ID, s->revision); in riscv_iommu_pci_realize()
|
/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 72 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro
|
/qemu/include/hw/pci/ |
H A D | pci.h | 838 pci_set_byte(&pci_config[PCI_REVISION_ID], val); in pci_config_set_revision()
|
/qemu/hw/isa/ |
H A D | vt82c686.c | 746 if (i < PCI_COMMAND || i >= PCI_REVISION_ID) { in via_isa_realize()
|
/qemu/hw/ppc/ |
H A D | spapr_pci.c | 1362 uint32_t revision_id = pci_default_read_config(dev, PCI_REVISION_ID, 1); in spapr_dt_pci_device()
|
/qemu/hw/pci/ |
H A D | pci.c | 1014 dev->cmask[PCI_REVISION_ID] = 0xff; in pci_init_cmask()
|