/freebsd/sys/dev/iavf/ |
H A D | iavf_drv_info.h | 54 #define PVIDV_OEM(vendor, devid, svid, sdevid, revid, name) \ argument 55 PVID_OEM(vendor, devid, svid, sdevid, revid, name " - 3.0.26-k")
|
/freebsd/sys/dev/ahci/ |
H A D | ahci_pci.c | 407 uint8_t revid = pci_get_revid(dev); in ahci_probe() local 427 ahci_ids[i].rev <= revid && in ahci_probe() 451 uint8_t revid = pci_get_revid(dev); in ahci_ata_probe() local 458 ahci_ids[i].rev <= revid) { in ahci_ata_probe() 496 uint8_t revid = pci_get_revid(dev); in ahci_pci_attach() local 507 ahci_ids[i].rev > revid)) in ahci_pci_attach()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs_soc.c | 78 uint32_t devid, revid; in mvs_probe() local 86 soc_id(&devid, &revid); in mvs_probe() 89 mvs_ids[i].rev <= revid) { in mvs_probe() 104 uint32_t devid, revid; in mvs_attach() local 106 soc_id(&devid, &revid); in mvs_attach() 111 mvs_ids[i].rev > revid)) in mvs_attach()
|
H A D | mvs_pci.c | 82 uint8_t revid = pci_get_revid(dev); in mvs_probe() local 86 mvs_ids[i].rev <= revid) { in mvs_probe() 102 uint8_t revid = pci_get_revid(dev); in mvs_attach() local 108 mvs_ids[i].rev > revid)) in mvs_attach()
|
/freebsd/sys/dev/superio/ |
H A D | superio.c | 90 uint8_t revid; member 518 uint8_t revid; in superio_detect() local 556 revid = sio_read(res, 0x22); in superio_detect() 559 revid = sio_read(res, 0x21); in superio_detect() 560 devid = (devid << 8) | revid; in superio_detect() 563 revid = sio_read(res, 0x21); in superio_detect() 564 devid = (devid << 8) | revid; in superio_detect() 604 sc->revid = revid; in superio_detect() 620 sc->devid, sc->revid); in superio_detect() 930 return (sc->revid); in superio_revid()
|
/freebsd/sys/dev/amdsbwd/ |
H A D | amdsbwd.c | 429 uint8_t revid; in amdsbwd_probe() local 452 revid = pci_get_revid(smb_dev); in amdsbwd_probe() 453 if (devid == AMDSB_SMBUS_DEVID && revid < AMDSB8_SMBUS_REVID) in amdsbwd_probe() 456 (devid == AMDFCH_SMBUS_DEVID && revid < AMDFCH41_SMBUS_REVID) || in amdsbwd_probe() 457 (devid == AMDCZ_SMBUS_DEVID && revid < AMDCZ49_SMBUS_REVID)) in amdsbwd_probe()
|
/freebsd/sys/dev/ice/ |
H A D | ice_drv_info.h | 73 #define PVIDV_OEM(vendor, devid, svid, sdevid, revid, name) \ argument 74 PVID_OEM(vendor, devid, svid, sdevid, revid, name " - 1.43.2-k")
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdacc.c | 72 uint16_t revid; member 456 uint32_t id, revid; in hdacc_probe() local 461 revid = ((uint32_t)hda_get_revision_id(dev) << 8) + in hdacc_probe() 467 if (hdacc_codecs[i].revid != 0 && in hdacc_probe() 468 hdacc_codecs[i].revid != revid) in hdacc_probe()
|
/freebsd/sys/dev/wbwd/ |
H A D | wbwd.c | 467 uint8_t revid; in wb_probe() local 476 revid = superio_revid(dev); in wb_probe() 482 wb_devs[j].descr, devid, revid); in wb_probe() 489 devid, revid); in wb_probe()
|
/freebsd/sys/dev/sound/pci/ |
H A D | es137x.c | 1024 uint32_t cssr, devid, revid, subdev; in es1371_init() local 1034 revid = pci_get_revid(es->dev); in es1371_init() 1058 if ((devid == ES1371_PCI_ID && revid == ES1371REV_ES1373_8) || in es1371_init() 1059 (devid == ES1371_PCI_ID && revid == ES1371REV_CT5880_A) || in es1371_init() 1060 (devid == CT5880_PCI_ID && revid == CT5880REV_CT5880_C) || in es1371_init() 1061 (devid == CT5880_PCI_ID && revid == CT5880REV_CT5880_D) || in es1371_init() 1062 (devid == CT5880_PCI_ID && revid == CT5880REV_CT5880_E)) { in es1371_init() 1631 int r, devid, revid; in es_init_sysctls() local 1634 revid = pci_get_revid(dev); in es_init_sysctls() 1636 if ((devid == ES1371_PCI_ID && revid == ES1371REV_ES1373_8) || in es_init_sysctls() [all …]
|
/freebsd/sys/dev/intpm/ |
H A D | intpm.c | 138 uint8_t revid; in sb8xx_attach() local 146 revid = pci_get_revid(dev); in sb8xx_attach() 155 if (devid == AMDCZ_SMBUS_DEVID && revid >= AMDCZ51_SMBUS_REVID) { in sb8xx_attach() 178 (devid == AMDFCH_SMBUS_DEVID && revid < AMDFCH41_SMBUS_REVID) || in sb8xx_attach() 179 (devid == AMDCZ_SMBUS_DEVID && revid < AMDCZ49_SMBUS_REVID)) { in sb8xx_attach() 185 } else if (devid == AMDCZ_SMBUS_DEVID && revid >= AMDCZ51_SMBUS_REVID) { in sb8xx_attach()
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_attach.c | 194 uint32_t revid, pcicfg; in ar5210Attach() local 250 revid = (OS_REG_READ(ah, AR_PHY_BASE + (256 << 2)) >> 28) & 0xf; in ar5210Attach() 253 AH_PRIVATE(ah)->ah_analog5GhzRev = ath_hal_reverseBits(revid, 4) + 1; in ar5210Attach()
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/ |
H A D | adf_drv.c | 122 accel_pci_dev->revid = pci_get_revid(dev); in adf_attach() 124 if (accel_pci_dev->revid == 0x00) { in adf_attach()
|
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/ |
H A D | adf_drv.c | 119 accel_pci_dev->revid = pci_get_revid(dev); in adf_attach() 121 if (accel_pci_dev->revid == 0x00) { in adf_attach()
|
/freebsd/sys/dev/qat/qat_hw/qat_200xx/ |
H A D | adf_drv.c | 121 accel_pci_dev->revid = pci_get_revid(dev); in adf_attach() 123 if (accel_pci_dev->revid == 0x00) { in adf_attach()
|
/freebsd/sys/dev/qat/qat_hw/qat_c62x/ |
H A D | adf_drv.c | 119 accel_pci_dev->revid = pci_get_revid(dev); in adf_attach() 121 if (accel_pci_dev->revid == 0x00) { in adf_attach()
|
/freebsd/sys/dev/pci/ |
H A D | pcivar.h | 195 uint8_t revid; /* chip revision ID */ member 298 uint16_t revid; member 315 .match_flag_revid = 1, .revid = (x) 382 PCI_ACCESSOR(revid, REVID, uint8_t) in PCI_ACCESSOR()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_lpc.c | 501 uint8_t revid; in pci_lpc_init() local 529 revid = pci_config_read_reg(selp, nvl, PCIR_REVID, 1, LPC_REVID); in pci_lpc_init() 540 pci_set_cfgdata8(pi, PCIR_REVID, revid); in pci_lpc_init()
|
/freebsd/sys/net/ |
H A D | iflib.h | 167 #define PVID_OEM(vendor, devid, svid, sdevid, revid, name) {vendor, devid, svid, sdevid, revid, 0, … argument
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_ver_dbg.c | 44 accel_dev->accel_pci_dev.revid); in adf_sysctl_read_hw_versions()
|
/freebsd/sys/dev/fxp/ |
H A D | if_fxpvar.h | 148 int16_t revid; /* -1 matches anything */ member
|
/freebsd/sys/dev/ata/ |
H A D | ata-pci.c | 845 uint8_t revid; in ata_match_chip() local 848 revid = pci_get_revid(dev); in ata_match_chip() 850 if (devid == index->chipid && revid >= index->chiprev) in ata_match_chip()
|
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/ |
H A D | adf_drv.c | 117 accel_pci_dev->revid = pci_get_revid(dev); in adf_attach()
|
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
H A D | adf_drv.c | 121 accel_pci_dev->revid = pci_get_revid(dev); in adf_attach()
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/ |
H A D | adf_drv.c | 122 accel_pci_dev->revid = pci_get_revid(dev); in adf_attach()
|