HomeSort by: relevance | last modified time | path
    Searched refs:dc_maxdepth (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
igsfbvar.h 81 int dc_maxdepth; member in struct:igsfb_devconfig
igsfb.c 205 dc->dc_maxdepth);
631 wsd_fbip->depth = dc->dc_maxdepth;
637 *(int *)data = dc->dc_width * howmany(dc->dc_maxdepth, NBBY);
650 if ((dc->dc_mode != NULL) && (dc->dc_maxdepth != 8))
652 dc->dc_maxdepth);
655 if ((dc->dc_mode != NULL) && (dc->dc_maxdepth != 8))
igsfb_subr.c 460 dc->dc_maxdepth = 32;
462 dc->dc_maxdepth = 16;
464 dc->dc_maxdepth = 8;
473 dc->dc_maxdepth = 8;

Completed in 12 milliseconds