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

  /src/sys/arch/mac68k/include/
video.h 40 size_t mv_height; /* Framebuffer height */ member in struct:mac68k_video
  /src/sys/arch/mac68k/dev/
macfb.c 341 dc->dc_ht = mac68k_video.mv_height;
  /src/sys/arch/mac68k/obio/
grf_obio.c 365 gm->height = mac68k_video.mv_height;
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 126 vidlen = m68k_round_page(mac68k_video.mv_height *
machdep.c 909 mac68k_video.mv_height = (getenv("DIMENSIONS") >> 16) & 0xffff;
2628 int reqsize = mac68k_video.mv_height * mac68k_video.mv_stride;

Completed in 15 milliseconds