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

/freebsd-10.3-release/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-10.3-release/sys/dev/usb/serial/
H A Ducycom.c86 uint32_t sc_model; member in struct:ucycom_softc
228 sc->sc_model = USB_GET_DRIVER_INFO(uaa);
229 if (sc->sc_model == 0) {
233 device_printf(dev, "Cypress CY7C%X USB to RS232 bridge\n", sc->sc_model);
384 switch (sc->sc_model) {
406 switch (sc->sc_model) {
550 switch (sc->sc_model) {
/freebsd-10.3-release/sys/i386/isa/
H A Dspic.c114 int sc_model; member in struct:spic_softc
282 sc->sc_model = SPIC_DEVICE_MODEL_TYPE1;
285 sc->sc_model = SPIC_DEVICE_MODEL_TYPE2;
305 device_printf(dev,"device model type = %d\n", sc->sc_model);
307 if(sc->sc_model == SPIC_DEVICE_MODEL_TYPE1) {
371 if (sc->sc_model == SPIC_DEVICE_MODEL_TYPE1) {
394 if (sc->sc_model == SPIC_DEVICE_MODEL_TYPE2) {
/freebsd-10.3-release/sys/dev/asmc/
H A Dasmcvar.h43 struct asmc_model *sc_model; member in struct:asmc_softc
H A Dasmc.c373 sc->sc_model = model;
602 if (sc->sc_model->smc_sms_x == NULL)
1124 val = asmc_temp_getvalue(dev, sc->sc_model->smc_temps[arg2]);
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Deeprom.c141 if ((sc->sc_model = ofw_bus_get_model(dev)) == NULL) {

Completed in 88 milliseconds