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

1 2 3

  /src/sys/dev/ic/
dw_hdmi.h 77 u_int sc_version; member in struct:dwhdmi_softc
dw_hdmi.h 77 u_int sc_version; member in struct:dwhdmi_softc
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) {
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) {
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
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
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)
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)
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
essvar.h 172 u_int sc_version; /* Legacy ES688/ES1688 ID */ member in struct:ess_softc
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)) {
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)) {
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

Completed in 56 milliseconds

1 2 3