Searched refs:sc_version (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13-stable/sys/powerpc/powerpc/ |
| HD | openpic.c | 139 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/ |
| HD | tda19988.c | 244 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/ |
| HD | uchcom.c | 173 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/ |
| HD | sec.c | 202 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()
|
| HD | sec.h | 173 u_int sc_version; member
|
| /freebsd-13-stable/sys/powerpc/powermac/ |
| HD | uninorthvar.h | 49 int sc_version; member
|
| HD | uninorth.c | 387 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/ |
| HD | openpicvar.h | 52 char *sc_version; member
|
| /freebsd-13-stable/sys/geom/eli/ |
| HD | g_eli.h | 176 u_int sc_version; member 636 sc->sc_version = md->md_version; in eli_metadata_softc()
|
| HD | g_eli.c | 1386 sbuf_printf(sb, "%s<Version>%u</Version>\n", indent, sc->sc_version); in g_eli_dumpconf()
|
| /freebsd-13-stable/sys/dev/usb/misc/ |
| HD | cp2112.c | 223 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/ |
| HD | socket.h | 536 int sc_version; /* version of this structure */ member
|
| /freebsd-13-stable/sys/kern/ |
| HD | uipc_usrreq.c | 2408 sc->sc_version = 0; in unp_addsockcred()
|