HomeSort by: relevance | last modified time | path
    Searched defs:sc_version (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/dev/ic/
dw_hdmi.h 77 u_int sc_version; member in struct:dwhdmi_softc
  /src/sys/arch/x86/pci/
tco.c 70 int sc_version; member in struct:tco_softc
121 sc->sc_version = ta->ta_version;
131 switch (sc->sc_version) {
191 switch (sc->sc_version) {
276 switch (sc->sc_version) {
310 switch (sc->sc_version) {
364 switch (sc->sc_version) {
  /src/sys/arch/acorn32/podulebus/
rapide.c 116 int sc_version; /* Card version */ member in struct:rapide_softc
229 sc->sc_version = bus_space_read_1(iot, ctlioh, VERSION_REGISTER_OFFSET) & VERSION_REGISTER_MASK;
232 aprint_normal(": Issue %d\n", sc->sc_version + 1);
233 if (sc->sc_version != VERSION_2_ID)
simide.c 85 int sc_version; /* Card version */ member in struct:simide_softc
  /src/sys/dev/acpi/wmi/
wmi_dell.c 65 int sc_version; member in struct:wmi_dell_softc
176 sc->sc_version = data[2];
178 aprint_normal(": Dell WMI mappings version %d\n", sc->sc_version);
342 if (sc->sc_version == 0)
  /src/sys/dev/isa/
essvar.h 172 u_int sc_version; /* Legacy ES688/ES1688 ID */ member in struct:ess_softc
sbdspvar.h 177 u_int sc_version; /* DSP version */ member in struct:sbdsp_softc
ymvar.h 166 uint8_t sc_version; /* hardware version */ member in struct:ym_softc
167 #define YM_IS_SA3(sc) ((sc)->sc_version > SA3_MISC_VER_711)
  /src/sys/arch/evbmips/loongson/dev/
stvii.c 94 int sc_address, sc_version; member in struct:stvii_softc
154 sc->sc_version = ver;
273 if ((st == -1) && (sc->sc_version >= 0x13)) {
  /src/sys/arch/i386/pnpbios/
pnpbios.c 94 int sc_version; member in struct:pnpbios_softc
299 sc->sc_version = *(uint8_t *)(p + 0x04);
  /src/sys/dev/sbus/
dbrivar.h 162 uint32_t sc_version; member in struct:dbri_softc
  /src/sys/dev/usb/
uchcom.c 134 uint8_t sc_version; member in struct:uchcom_softc
528 err = get_version(sc, &sc->sc_version);
534 DPRINTF(("%s: update_version %d\n", device_xname(sc->sc_dev), sc->sc_version));
576 if (sc->sc_version < UCHCOM_VER_20)
uaudio.c 208 int sc_version; member in struct:uaudio_softc
719 } else if (sc->sc_version == UAUDIO_VERSION1) {
875 switch (sc->sc_version) {
921 switch (sc->sc_version) {
941 switch (sc->sc_version) {
960 switch (sc->sc_version) {
970 switch (sc->sc_version) {
984 switch (sc->sc_version) {
1014 switch (sc->sc_version) {
1056 switch (sc->sc_version) {
    [all...]
  /src/sys/dev/i2c/
tps65217pmic.c 75 uint8_t sc_version; member in struct:tps65217pmic_softc
356 switch (sc->sc_version) {
586 sc->sc_version = chipid & TPS65217PMIC_CHIPID_VER_MASK;
tda19988.c 266 uint16_t sc_version; member in struct:tda19988_softc
529 if (sc->sc_version == TDA19988)
587 if (sc->sc_version == TDA19988)
613 if (sc->sc_version == TDA19988)
666 sc->sc_version = ver & ~0x30;
667 switch (sc->sc_version) {
672 device_printf(dev, "Unknown device: %04x\n", sc->sc_version);
  /src/sys/dev/marvell/
if_mvxpevar.h 392 uint32_t sc_version; member in struct:mvxpe_softc
if_mvgbe.c 221 uint32_t sc_version; member in struct:mvgbe_softc
755 sc->sc_version = MVGBE_READ(sc, MVGBE_PV);
756 aprint_normal_dev(self, "Port Version 0x%x\n", sc->sc_version);
759 if (sc->sc_version >= 0x10) {
1185 if (sc->sc_version >= 0x10) {
1244 } else if (sc->sc_version < 0x10)
1274 if (sc->sc_version >= 0x10) {
1334 if (sc->sc_version >= 0x10) {
1396 if (sc->sc_version >= 0x10) {
  /src/sys/dev/pcmcia/
if_ray.c 221 #define sc_version sc_ecf_startup.e_fw_build_string macro
536 if (sc->sc_version != SC_BUILD_4 && sc->sc_version != SC_BUILD_5) {
561 sc->sc_version);
562 if (sc->sc_version != SC_BUILD_4)
747 if (sc->sc_version == SC_BUILD_4 && sc->sc_tibsize == 0x55)
1989 if (sc->sc_version == SC_BUILD_4 && cmd == 0x55
2417 if (sc->sc_version == SC_BUILD_4)
2427 if (sc->sc_version == SC_BUILD_4) {
2468 if (sc->sc_version == SC_BUILD_4
    [all...]
  /src/sys/dev/hdaudio/
hdafg.c 340 char sc_version[MAX_AUDIO_DEV_LEN]; member in struct:hdafg_softc
3730 hdaudio_findproduct(sc->sc_version, sizeof(sc->sc_version), sc->sc_vendor,
3732 hda_print1(sc, ": %s %s%s\n", sc->sc_name, sc->sc_version,
4118 memcpy(audiodev->version, sc->sc_version, sizeof(audiodev->version));

Completed in 30 milliseconds