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

  /src/sys/arch/mac68k/include/
video.h 38 size_t mv_depth; /* Number of bits per pixel */ member in struct:mac68k_video
  /src/sys/arch/mac68k/obio/
grf_obio.c 362 gm->psize = mac68k_video.mv_depth;
396 size_t depth = mac68k_video.mv_depth; \
499 index += 256 - (1 << mac68k_video.mv_depth);
  /src/sys/arch/mac68k/dev/
macfb.c 342 dc->dc_depth = mac68k_video.mv_depth;
  /src/sys/arch/mac68k/mac68k/
machdep.c 907 mac68k_video.mv_depth = getenv("SCREEN_DEPTH");

Completed in 14 milliseconds