Symbol: PCIR_REVID
sys/dev/aic7xxx/aic79xx_pci.c
980
rev = aic_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
sys/dev/aic7xxx/aic7xxx_pci.c
2153
rev = aic_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
sys/dev/aic7xxx/aic7xxx_pci.c
2171
rev = aic_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
sys/dev/aic7xxx/aic7xxx_pci.c
2246
rev = aic_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
sys/dev/aic7xxx/aic7xxx_pci.c
2297
rev = aic_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
sys/dev/aic7xxx/aic7xxx_pci.c
2328
rev = aic_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
sys/dev/al_eth/al_eth.c
370
PCIR_REVID, &rev_id);
sys/dev/bce/if_bce.c
1174
(((pci_read_config(dev, PCIR_REVID, 4) &
sys/dev/bce/if_bce.c
1176
PCIR_REVID, 4) & 0xf));
sys/dev/bce/if_bce.c
699
PCIR_REVID, 4) & 0xf0) >> 4) + 'A'),
sys/dev/bce/if_bce.c
700
(pci_read_config(dev, PCIR_REVID, 4) & 0xf));
sys/dev/bnxt/bnxt_en/bnxt_mgmt.c
337
dev_info.pci_info.revision = pci_read_config(softc->dev, PCIR_REVID, 1);
sys/dev/bxe/bxe.c
2510
(((pci_read_config(dev, PCIR_REVID, 4) &
sys/dev/bxe/bxe.c
2512
(pci_read_config(dev, PCIR_REVID, 4) & 0xf),
sys/dev/e1000/if_em.c
2378
sc->hw.revision_id = pci_read_config(dev, PCIR_REVID, 1);
sys/dev/hptmv/entry.c
1318
pMvSataAdapter->pciConfigRevisionId = pci_read_config(pAdapter->hpt_dev, PCIR_REVID, 1);
sys/dev/hyperv/pcib/vmbus_pcib.c
1296
} else if (where >= PCIR_REVID && where + size <=
sys/dev/hyperv/pcib/vmbus_pcib.c
1299
PCIR_REVID, size);
sys/dev/iavf/iavf_lib.c
141
hw->revision_id = pci_read_config(dev, PCIR_REVID, 1);
sys/dev/igc/if_igc.c
1479
sc->hw.revision_id = pci_read_config(dev, PCIR_REVID, 1);
sys/dev/ixl/if_ixl.c
380
hw->revision_id = pci_read_config(dev, PCIR_REVID, 1);
sys/dev/mpi3mr/mpi3mr_app.c
2096
adpinfo.pci_dev_hw_rev = pci_read_config(sc->mpi3mr_dev, PCIR_REVID, 1);
sys/dev/mpr/mpr_user.c
1198
data->PCIDeviceHwRev = pci_read_config(sc->mpr_dev, PCIR_REVID, 1);
sys/dev/mps/mps_user.c
1088
data->PCIDeviceHwRev = pci_read_config(sc->mps_dev, PCIR_REVID, 1);
sys/dev/pci/pci.c
6297
pci_write_config(dev, PCIR_REVID, dinfo->cfg.revid, 1);
sys/dev/pci/pci.c
6421
dinfo->cfg.revid = pci_read_config(dev, PCIR_REVID, 1);
sys/dev/pci/pci.c
764
cfg->revid = REG(PCIR_REVID, 1);
sys/dev/qlxgb/qla_ioctl.c
137
pci_ids->rev_id = pci_read_config(pci_dev, PCIR_REVID, 1);
sys/dev/qlxgbe/ql_ioctl.c
340
pci_ids->rev_id = pci_read_config(pci_dev, PCIR_REVID, 1);
sys/dev/sis/if_sis.c
918
sc->sis_rev = pci_read_config(dev, PCIR_REVID, 1);
sys/dev/wpi/if_wpi.c
5226
rev = pci_read_config(sc->sc_dev, PCIR_REVID, 1);
usr.sbin/bhyve/amd64/pci_lpc.c
544
revid = pci_config_read_reg(confp, nvl, PCIR_REVID, 1, LPC_REVID);
usr.sbin/bhyve/amd64/pci_lpc.c
555
pci_set_cfgdata8(pi, PCIR_REVID, revid);
usr.sbin/bhyve/pci_emul.c
2419
} else if (coff >= PCIR_COMMAND && coff < PCIR_REVID) {
usr.sbin/bhyve/pci_emul.c
379
case PCIR_REVID:
usr.sbin/bhyve/pci_virtio_input.c
734
pci_set_cfgdata8(pi, PCIR_REVID, VIRTIO_REV_INPUT);