Searched refs:sc_rev (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/tpm/
H A Dtpmvar.h40 u_int32_t sc_rev; member in struct:tpm_softc
H A Dtpm.c379 sc->sc_rev = bus_space_read_1(sc->sc_bt, sc->sc_bh, TPM_REV);
386 printf(": %s rev 0x%x\n", tpm_devs[i].name, sc->sc_rev);
388 printf(": device 0x%08x rev 0x%x\n", sc->sc_devid, sc->sc_rev);
/freebsd-13-stable/sys/dev/qat/
H A Dqat_c2xxx.c149 if (sc->sc_rev < QAT_REVID_C2XXX_B0)
H A Dqatvar.h792 uint8_t sc_rev; member in struct:qat_softc
H A Dqat_ae.c2270 if (uoh->uoh_min_cpu_ver > sc->sc_rev ||
2271 uoh->uoh_max_cpu_ver < sc->sc_rev)
2346 maj_ver = (QAT_PID_MAJOR_REV | (sc->sc_rev & QAT_PID_MINOR_REV)) & 0xff;
H A Dqat.c359 sc->sc_rev = pci_get_revid(dev);
/freebsd-13-stable/sys/dev/esp/
H A Dncr53c9x.c188 if (sc->sc_rev == NCR_VARIANT_FAS366) \
255 if (sc->sc_rev >= NCR_VARIANT_MAX) {
257 "attached\n", sc->sc_rev);
262 ncr53c9x_variant_names[sc->sc_rev], sc->sc_freq, sc->sc_id);
264 sc->sc_ntarg = (sc->sc_rev == NCR_VARIANT_FAS366) ? 16 : 8;
308 if (sc->sc_rev == NCR_VARIANT_NCR53C90_86C01)
309 sc->sc_rev = NCR_VARIANT_ESP100;
494 switch (sc->sc_rev) {
548 if (sc->sc_rev == NCR_VARIANT_AM53C974)
552 device_printf(sc->sc_dev, "%s: revision %d\n", __func__, sc->sc_rev);
[all...]
H A Dncr53c9xvar.h372 int sc_rev; /* Chip revision */ member in struct:ncr53c9x_softc
H A Desp_pci.c256 sc->sc_rev = NCR_VARIANT_AM53C974;
/freebsd-13-stable/sys/arm/ti/
H A Dti_i2c.c97 uint16_t sc_rev; member in struct:ti_i2c_softc
855 sc->sc_rev = ti_i2c_read_2(sc, I2C_REG_REVNB_HI) & 0xff;
863 sc->sc_rev >> 4, sc->sc_rev & 0xf, 8 << fifosz);
/freebsd-13-stable/sys/dev/stge/
H A Dif_stge.c474 sc->sc_rev = pci_get_revid(dev);
583 if (sc->sc_rev >= 0x0c) {
601 if (sc->sc_rev >= 0x40 && sc->sc_rev <= 0x4e)
615 if (sc->sc_rev >= 0x0c)
2133 if (sc->sc_rev >= 6) { /* >= B.2 */
H A Dif_stgereg.h638 int sc_rev; /* silicon revision */ member in struct:stge_softc

Completed in 397 milliseconds