/openbmc/qemu/hw/pci-host/ |
H A D | xen_igd_pt.c | 40 {PCI_REVISION_ID, 2},
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | bd82x6x.c | 45 dm_pci_read_config8(dev, PCI_REVISION_ID, &val); in pch_silicon_revision()
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv-iommu-pci.c | 90 pci_set_byte(pci_conf + PCI_REVISION_ID, s->revision); in riscv_iommu_pci_realize()
|
/openbmc/qemu/hw/vfio/ |
H A D | igd.c | 134 {PCI_REVISION_ID, 2}, 142 {PCI_REVISION_ID, 2},
|
/openbmc/linux/drivers/crypto/intel/qat/qat_c62x/ |
H A D | adf_drv.c | 127 pci_read_config_byte(pdev, PCI_REVISION_ID, &accel_pci_dev->revid); in adf_probe()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxx/ |
H A D | adf_drv.c | 127 pci_read_config_byte(pdev, PCI_REVISION_ID, &accel_pci_dev->revid); in adf_probe()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/ |
H A D | adf_drv.c | 127 pci_read_config_byte(pdev, PCI_REVISION_ID, &accel_pci_dev->revid); in adf_probe()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | firmware.c | 179 id = *(u8 *)(mem + PCI_REVISION_ID); in verify_firmware()
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pci-sh7780.c | 290 type, __raw_readb(chan->reg_base + PCI_REVISION_ID)); in sh7780_pci_init()
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_pci_legacy.c | 303 dm_pci_read_config8(udev, PCI_REVISION_ID, &revision); in virtio_pci_probe()
|
H A D | virtio_pci_modern.c | 468 dm_pci_read_config8(udev, PCI_REVISION_ID, &revision); in virtio_pci_probe()
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | drvfbi.c | 127 rev_id = inp(PCI_C(PCI_REVISION_ID)) ; in card_start()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/ |
H A D | adf_drv.c | 350 pci_read_config_byte(pdev, PCI_REVISION_ID, &accel_pci_dev->revid); in adf_probe()
|
/openbmc/u-boot/drivers/video/ |
H A D | broadwell_igd.c | 558 pci_bus_read_config(bus, PCI_BDF(0, 0, 0), PCI_REVISION_ID, &val, in systemagent_revision()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-rockchip-ep.c | 125 ROCKCHIP_PCIE_EP_FUNC_BASE(fn) + PCI_REVISION_ID); in rockchip_pcie_ep_write_header()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 514 pci_set_byte(&pci_config[PCI_REVISION_ID], val); in pci_config_set_revision()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 72 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 72 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 171 { "revision ID", PCI_SIZE_8, PCI_REVISION_ID },
|
/openbmc/linux/arch/x86/kernel/ |
H A D | early-quirks.c | 218 revision = read_pci_config_byte(num, slot, func, PCI_REVISION_ID); in intel_remapping_check()
|
/openbmc/u-boot/drivers/net/ |
H A D | dc2114x.c | 209 pci_read_config_dword(devbusfn, PCI_REVISION_ID, &cfrv); in dc21x4x_initialize()
|
/openbmc/linux/drivers/media/pci/pt3/ |
H A D | pt3.c | 698 if (pci_read_config_byte(pdev, PCI_REVISION_ID, &rev) || rev != 1) in pt3_probe()
|