Home
last modified time | relevance | path

Searched refs:PCI_REVISION_ID (Results 1 – 12 of 12) sorted by relevance

/qemu/hw/pci-host/
H A Dxen_igd_pt.c40 {PCI_REVISION_ID, 2},
/qemu/hw/i386/xen/
H A Dxen_pvdevice.c103 pci_set_byte(pci_conf + PCI_REVISION_ID, d->revision); in xen_pv_realize()
/qemu/hw/display/
H A Dvga-pci.c262 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 Dbochs-display.c294 pci_set_byte(&s->pci.config[PCI_REVISION_ID], 2); in bochs_display_realize()
H A Dqxl.c2148 pci_set_byte(&config[PCI_REVISION_ID], pci_device_rev);
/qemu/hw/vfio/
H A Digd.c225 {PCI_REVISION_ID, 2},
233 {PCI_REVISION_ID, 2},
/qemu/hw/riscv/
H A Driscv-iommu-pci.c98 pci_set_byte(pci_conf + PCI_REVISION_ID, s->revision); in riscv_iommu_pci_realize()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h72 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro
/qemu/include/hw/pci/
H A Dpci.h838 pci_set_byte(&pci_config[PCI_REVISION_ID], val); in pci_config_set_revision()
/qemu/hw/isa/
H A Dvt82c686.c746 if (i < PCI_COMMAND || i >= PCI_REVISION_ID) { in via_isa_realize()
/qemu/hw/ppc/
H A Dspapr_pci.c1362 uint32_t revision_id = pci_default_read_config(dev, PCI_REVISION_ID, 1); in spapr_dt_pci_device()
/qemu/hw/pci/
H A Dpci.c1014 dev->cmask[PCI_REVISION_ID] = 0xff; in pci_init_cmask()