Lines Matching refs:model
130 if (devc->model == MDL_SB16) in sb_intr()
192 if (devc->model == MDL_SB16 && src & 0x02) in sb_intr()
210 switch (devc->model) { in sbintr()
229 if (devc->model == MDL_ESS) return ess_dsp_reset (devc); in sb_dsp_reset()
432 devc->model = MDL_JAZZ; in init_Jazz16()
532 devc->model = MDL_ESSPCI; in sb_dsp_detect()
540 devc->model = MDL_YMPCI; in sb_dsp_detect()
606 devc->model = MDL_AZTECH; in sb_dsp_detect()
612 devc->model = MDL_ESSPCI; in sb_dsp_detect()
617 devc->model = MDL_YMPCI; in sb_dsp_detect()
735 devc->model = hw_config->card_subtype = MDL_SB1; in sb_dsp_init()
740 devc->model = hw_config->card_subtype = MDL_SB2; in sb_dsp_init()
742 devc->model = hw_config->card_subtype = MDL_SB201; in sb_dsp_init()
746 switch (devc->model) { in sb_dsp_init()
748 devc->model = hw_config->card_subtype = MDL_SBPRO; in sb_dsp_init()
759 devc->model = hw_config->card_subtype = MDL_SB16; in sb_dsp_init()
833 if (devc->model <= MDL_SBPRO) in sb_dsp_init()
842 else if (!sb_be_quiet && devc->model == MDL_SBPRO) in sb_dsp_init()
849 hw_config->card_subtype = devc->model; in sb_dsp_init()
885 if ((devc->model & MDL_ESS) && devc->pcibase) in sb_dsp_unload()
928 if (devc->model == MDL_ESS) { in sb_setmixer()
948 if (devc->model == MDL_ESS) return ess_getmixer (devc, port); in sb_getmixer()
1040 devc->model = MDL_SMW; in smw_midi_init()
1198 if(devc->model == MDL_SB16 && devc->minor >= 12) in probe_sbmpu()
1207 if (devc->model == MDL_ESS) in probe_sbmpu()
1233 switch (devc->model) in probe_sbmpu()