Home | History | Annotate | Download | only in tx

Lines Matching refs:dspconf

504 	struct hpcfb_dspconf *dspconf;
568 dspconf = (struct hpcfb_dspconf *)data;
569 if ((dspconf->hd_unit_index != 0 &&
570 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
571 (dspconf->hd_conf_index != 0 &&
572 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
575 *dspconf = sc->sc_dspconf; /* structure assignment */
579 dspconf = (struct hpcfb_dspconf *)data;
580 if ((dspconf
581 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
582 (dspconf->hd_conf_index != 0 &&
583 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {