/src/sys/dev/ic/ |
mk48txxvar.h | 43 const char *sc_model; /* chip model name */ member in struct:mk48txx_softc
|
mk48txxvar.h | 43 const char *sc_model; /* chip model name */ member in struct:mk48txx_softc
|
rs5c313var.h | 51 } sc_model; member in struct:rs5c313_softc
|
rs5c313var.h | 51 } sc_model; member in struct:rs5c313_softc
|
ahavar.h | 88 char sc_model[18], member in struct:aha_softc
|
ahavar.h | 88 char sc_model[18], member in struct:aha_softc
|
bhavar.h | 141 char sc_model[7], member in struct:bha_softc
|
bhavar.h | 141 char sc_model[7], member in struct:bha_softc
|
mvsatavar.h | 112 int sc_model; member in struct:mvsata_softc
|
/src/sys/dev/marvell/ |
gtpcivar.h | 33 int sc_model; member in struct:gtpci_softc
|
gtpcivar.h | 33 int sc_model; member in struct:gtpci_softc
|
gtvar.h | 33 int sc_model; member in struct:gt_softc
|
mvpexvar.h | 54 int sc_model; member in struct:mvpex_softc
|
gtvar.h | 33 int sc_model; member in struct:gt_softc
|
mvpexvar.h | 54 int sc_model; member in struct:mvpex_softc
|
/src/sys/arch/hpcarm/dev/ |
wzero3_ssp.c | 60 const struct wzero3ssp_model *sc_model; member in struct:wzero3ssp_softc 153 sc->sc_model = wzero3ssp_lookup(); 154 if (sc->sc_model == NULL) { 162 if (bus_space_map(sc->sc_iot, sc->sc_model->sspaddr, PXA2X0_SSP_SIZE, 0, 183 if (sc->sc_model->sspaddr == PXA2X0_SSP1_BASE) 185 else if (sc->sc_model->sspaddr == PXA2X0_SSP2_BASE)
|
wzero3_ssp.c | 60 const struct wzero3ssp_model *sc_model; member in struct:wzero3ssp_softc 153 sc->sc_model = wzero3ssp_lookup(); 154 if (sc->sc_model == NULL) { 162 if (bus_space_map(sc->sc_iot, sc->sc_model->sspaddr, PXA2X0_SSP_SIZE, 0, 183 if (sc->sc_model->sspaddr == PXA2X0_SSP1_BASE) 185 else if (sc->sc_model->sspaddr == PXA2X0_SSP2_BASE)
|
/src/sys/dev/acpi/ |
aibs_acpi.c | 95 bool sc_model; /* new model = true */ member in struct:aibs_softc 152 if (sc->sc_model != false) 209 sc->sc_model = false; 216 sc->sc_model = false; 223 sc->sc_model = false; 227 sc->sc_model = true; 263 sc->sc_model = false; 436 if (sc->sc_model != false) { 470 if (sc->sc_model != false) 529 if (sc->sc_model != false) [all...] |
aibs_acpi.c | 95 bool sc_model; /* new model = true */ member in struct:aibs_softc 152 if (sc->sc_model != false) 209 sc->sc_model = false; 216 sc->sc_model = false; 223 sc->sc_model = false; 227 sc->sc_model = true; 263 sc->sc_model = false; 436 if (sc->sc_model != false) { 470 if (sc->sc_model != false) 529 if (sc->sc_model != false) [all...] |
/src/sys/arch/evbarm/tsarm/ |
tspld.c | 75 unsigned const char * sc_model; member in struct:tspld_softc 169 sc->sc_model = (model ? "TS-7250" : "TS-7200"); 173 NULL, 0, __UNCONST(sc->sc_model), 0, 274 sc->sc_model, rev, features);
|
tspld.c | 75 unsigned const char * sc_model; member in struct:tspld_softc 169 sc->sc_model = (model ? "TS-7250" : "TS-7200"); 173 NULL, 0, __UNCONST(sc->sc_model), 0, 274 sc->sc_model, rev, features);
|
/src/sys/dev/i2c/ |
m41st84.c | 95 const struct strtc_model *sc_model; member in struct:strtc_softc 202 sc->sc_model = sm; 254 const struct strtc_model * const sm = sc->sc_model; 295 const struct strtc_model * const sm = sc->sc_model; 509 if ((sc->sc_model->sm_flags & STRTC_F_HAS_WDOG) == 0) {
|
m41st84.c | 95 const struct strtc_model *sc_model; member in struct:strtc_softc 202 sc->sc_model = sm; 254 const struct strtc_model * const sm = sc->sc_model; 295 const struct strtc_model * const sm = sc->sc_model; 509 if ((sc->sc_model->sm_flags & STRTC_F_HAS_WDOG) == 0) {
|
/src/sys/dev/spi/ |
mcp3k.c | 83 const struct mcp3kadc_model *sc_model; member in struct:mcp3kadc_softc 316 sc->sc_model = model; 424 model = sc->sc_model;
|
mcp3k.c | 83 const struct mcp3kadc_model *sc_model; member in struct:mcp3kadc_softc 316 sc->sc_model = model; 424 model = sc->sc_model;
|