Searched refs:sc_version (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/powerpc/powermac/
H A Duninorthvar.h45 int sc_version; member in struct:unin_chip_softc
H A Duninorth.c368 sc->sc_version = *(u_int *)sc->sc_addr;
369 device_printf(dev, "Version %d\n", sc->sc_version);
/freebsd-10.0-release/sys/powerpc/include/
H A Dopenpicvar.h41 char *sc_version; member in struct:openpic_softc
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dopenpic.c150 sc->sc_version = "1.0";
153 sc->sc_version = "1.2";
156 sc->sc_version = "1.3";
159 sc->sc_version = "unknown";
179 sc->sc_version, sc->sc_ncpu, sc->sc_nirq);
/freebsd-10.0-release/sys/dev/sec/
H A Dsec.c224 sc->sc_version = 2;
228 sc->sc_version = 3;
232 sc->sc_version = 3;
291 if (sc->sc_version == 3) {
350 switch (sc->sc_version) {
386 if (sc->sc_version >= 3) {
688 switch(sc->sc_version) {
1030 switch(sc->sc_version) {
1300 if (sc->sc_version < 3 && mac && mac->cri_klen > 256)
1471 if ((hint & CRYPTO_HINT_MORE) && sc->sc_version
[all...]
H A Dsec.h177 u_int sc_version; member in struct:sec_softc
/freebsd-10.0-release/sys/arm/mv/
H A Dmv_sata.c104 unsigned int sc_version; member in struct:sata_softc
196 sc->sc_version = 1;
203 sc->sc_version = 2;
278 if (sc->sc_version == 2)
483 (sc->sc_version == 1) ? SATA_EDMA_CFG_QL128 : 0);
/freebsd-10.0-release/sys/dev/usb/serial/
H A Duchcom.c177 uint8_t sc_version; member in struct:uchcom_softc
509 uchcom_get_version(sc, &sc->sc_version);
542 if (sc->sc_version < UCHCOM_VER_20)
/freebsd-10.0-release/sys/geom/eli/
H A Dg_eli.h175 u_int sc_version; member in struct:g_eli_softc
H A Dg_eli.c714 sc->sc_version = md->md_version;
1211 sbuf_printf(sb, "%s<Version>%u</Version>\n", indent, sc->sc_version);

Completed in 201 milliseconds