Searched refs:sc_model (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/mk48txx/
H A Dmk48txxvar.h43 const char *sc_model; /* chip model name */ member in struct:mk48txx_softc
H A Dmk48txx.c89 device_printf(dev, "model %s", sc->sc_model);
92 if (strcmp(sc->sc_model, mk48txx_models[i].name) == 0) {
/freebsd-11-stable/sys/dev/usb/serial/
H A Ducycom.c86 uint32_t sc_model; member in struct:ucycom_softc
229 sc->sc_model = USB_GET_DRIVER_INFO(uaa);
230 if (sc->sc_model == 0) {
234 device_printf(dev, "Cypress CY7C%X USB to RS232 bridge\n", sc->sc_model);
385 switch (sc->sc_model) {
407 switch (sc->sc_model) {
551 switch (sc->sc_model) {
/freebsd-11-stable/sys/i386/isa/
H A Dspic.c115 int sc_model; member in struct:spic_softc
283 sc->sc_model = SPIC_DEVICE_MODEL_TYPE1;
286 sc->sc_model = SPIC_DEVICE_MODEL_TYPE2;
306 device_printf(dev,"device model type = %d\n", sc->sc_model);
308 if(sc->sc_model == SPIC_DEVICE_MODEL_TYPE1) {
378 if (sc->sc_model == SPIC_DEVICE_MODEL_TYPE1) {
401 if (sc->sc_model == SPIC_DEVICE_MODEL_TYPE2) {
/freebsd-11-stable/sys/sparc64/sparc64/
H A Deeprom.c141 if ((sc->sc_model = ofw_bus_get_model(dev)) == NULL) {
/freebsd-11-stable/sys/dev/asmc/
H A Dasmcvar.h43 struct asmc_model *sc_model; member in struct:asmc_softc
H A Dasmc.c486 sc->sc_model = model;
726 if (sc->sc_model->smc_sms_x == NULL)
1248 val = asmc_temp_getvalue(dev, sc->sc_model->smc_temps[arg2]);

Completed in 95 milliseconds