HomeSort by: relevance | last modified time | path
    Searched defs:dc_rowbytes (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mac68k/dev/
macfbvar.h 54 int dc_rowbytes; /* bytes in fb scan line */ member in struct:macfb_devconfig
  /src/sys/arch/next68k/dev/
nextdisplayvar.h 56 int dc_rowbytes; /* bytes in fb scan line */ member in struct:nextdisplay_config
  /src/sys/dev/pci/
tgavar.h 83 int dc_rowbytes; /* bytes in a FB scan line */ member in struct:tga_devconfig
  /src/sys/arch/luna68k/dev/
lunafb.c 118 int dc_rowbytes; /* bytes in a FB scan line */ member in struct:om_hwdevconfig
262 *(u_int *)data = dc->dc_rowbytes;
314 dc->dc_rowbytes * dc->dc_ht * dc->dc_depth)
483 dc->dc_rowbytes = 2048 / 8;
498 for (i = 0; i < dc->dc_ht * dc->dc_rowbytes / sizeof(uint32_t); i++)
507 ri->ri_stride = dc->dc_rowbytes;
  /src/sys/arch/dreamcast/dev/
pvr.c 140 int dc_rowbytes; /* bytes in a FB scan line */ member in struct:fb_devconfig
216 dc->dc_rowbytes = dc->dc_wid * (dc->dc_depth / 8);
222 for (i = 0; i < dc->dc_ht * dc->dc_rowbytes; i += sizeof(uint32_t))
235 dc->dc_rinfo.ri_stride = dc->dc_rowbytes;
388 offset < sh3_round_page(dc->dc_rowbytes * dc->dc_ht))
  /src/sys/arch/arm/iomd/
vidcvideo.c 94 int dc_rowbytes; /* bytes in a FB scan line */ member in struct:fb_devconfig
224 dc->dc_rowbytes = dc->dc_width / 8;
227 dc->dc_rowbytes = dc->dc_width / 4;
230 dc->dc_rowbytes = dc->dc_width / 2;
233 dc->dc_rowbytes = dc->dc_width;
236 dc->dc_rowbytes = dc->dc_width * 2;
239 dc->dc_rowbytes = dc->dc_width * 4;
274 ri->ri_stride = dc->dc_rowbytes;
389 *(u_int *)data = dc->dc_rowbytes;

Completed in 69 milliseconds