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

/freebsd-9.3-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-9.3-release/sys/powerpc/include/
H A Dopenpicvar.h41 char *sc_version; member in struct:openpic_softc
/freebsd-9.3-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-9.3-release/sys/dev/sec/
H A Dsec.c224 sc->sc_version = 2;
228 sc->sc_version = 3;
287 if (sc->sc_version == 3) {
346 switch (sc->sc_version) {
382 if (sc->sc_version >= 3) {
684 switch(sc->sc_version) {
1026 switch(sc->sc_version) {
1296 if (sc->sc_version < 3 && mac && mac->cri_klen > 256)
1467 if ((hint & CRYPTO_HINT_MORE) && sc->sc_version == 3)
H A Dsec.h176 u_int sc_version; member in struct:sec_softc
/freebsd-9.3-release/sys/arm/mv/
H A Dmv_sata.c104 unsigned int sc_version; member in struct:sata_softc
196 sc->sc_version = 1;
202 sc->sc_version = 2;
277 if (sc->sc_version == 2)
482 (sc->sc_version == 1) ? SATA_EDMA_CFG_QL128 : 0);
/freebsd-9.3-release/sys/dev/usb/serial/
H A Duchcom.c170 uint8_t sc_version; member in struct:uchcom_softc
502 uchcom_get_version(sc, &sc->sc_version);
535 if (sc->sc_version < UCHCOM_VER_20)

Completed in 72 milliseconds