Searched defs:opl_cur_model (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c92 * opl_cur_model
94 static opl_model_info_t *opl_cur_model = NULL; variable
151 opl_cur_model = &opl_models[i];
163 if ((opl_cur_model->model_cmds & EXT_DISPATCH_TABLE) &&
188 if (opl_cur_model == NULL)
191 max_boards = opl_cur_model->model_max_boards;
430 if ((opl_cur_model != NULL) && (opl_cur_model->model_type == IKKAKU))
896 * opl_cur_model is assigned here
898 if (opl_cur_model
[all...]

Completed in 58 milliseconds