Home
last modified time | relevance | path

Searched refs:sc_version (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/sys/powerpc/powerpc/
HDopenpic.c139 sc->sc_version = "1.0"; in openpic_common_attach()
142 sc->sc_version = "1.2"; in openpic_common_attach()
145 sc->sc_version = "1.3"; in openpic_common_attach()
148 sc->sc_version = "unknown"; in openpic_common_attach()
168 sc->sc_version, sc->sc_ncpu, sc->sc_nirq); in openpic_common_attach()
/freebsd-13-stable/sys/arm/ti/am335x/
HDtda19988.c244 uint16_t sc_version; member
558 if (sc->sc_version == TDA19988) in tda19988_init_encoder()
616 if (sc->sc_version == TDA19988) in tda19988_read_edid()
639 if (sc->sc_version == TDA19988) in tda19988_read_edid()
692 sc->sc_version = version & ~0x30; in tda19988_start()
693 switch (sc->sc_version) { in tda19988_start()
698 device_printf(dev, "Unknown device: %04x\n", sc->sc_version); in tda19988_start()
/freebsd-13-stable/sys/dev/usb/serial/
HDuchcom.c173 uint8_t sc_version; member
513 uchcom_get_version(sc, &sc->sc_version); in uchcom_update_version()
514 DPRINTF("Chip version: 0x%02x\n", sc->sc_version); in uchcom_update_version()
546 if (sc->sc_version < UCHCOM_VER_20) in uchcom_set_dtr_rts()
711 if (sc->sc_version < UCHCOM_VER_30) { in uchcom_cfg_param()
/freebsd-13-stable/sys/dev/sec/
HDsec.c202 sc->sc_version = 2; in sec_probe()
206 sc->sc_version = 3; in sec_probe()
210 sc->sc_version = 3; in sec_probe()
267 if (sc->sc_version == 3) { in sec_attach()
326 switch (sc->sc_version) { in sec_attach()
666 switch(sc->sc_version) { in sec_channel_reset()
994 switch(sc->sc_version) { in sec_enqueue_desc()
1161 if (sc->sc_version < 3) in sec_auth_supported()
1302 if ((hint & CRYPTO_HINT_MORE) && sc->sc_version == 3) in sec_process()
HDsec.h173 u_int sc_version; member
/freebsd-13-stable/sys/powerpc/powermac/
HDuninorthvar.h49 int sc_version; member
HDuninorth.c387 sc->sc_version = *(u_int *)sc->sc_addr; in unin_chip_attach()
388 device_printf(dev, "Version %d\n", sc->sc_version); in unin_chip_attach()
/freebsd-13-stable/sys/powerpc/include/
HDopenpicvar.h52 char *sc_version; member
/freebsd-13-stable/sys/geom/eli/
HDg_eli.h176 u_int sc_version; member
636 sc->sc_version = md->md_version; in eli_metadata_softc()
HDg_eli.c1386 sbuf_printf(sb, "%s<Version>%u</Version>\n", indent, sc->sc_version); in g_eli_dumpconf()
/freebsd-13-stable/sys/dev/usb/misc/
HDcp2112.c223 uint8_t sc_version; member
331 sc->sc_version = vdata.version; in cp2112_attach()
1134 psc->sc_version < CP2112_IIC_REPSTART_VER) { in cp2112iic_transfer()
/freebsd-13-stable/sys/sys/
HDsocket.h536 int sc_version; /* version of this structure */ member
/freebsd-13-stable/sys/kern/
HDuipc_usrreq.c2408 sc->sc_version = 0; in unp_addsockcred()