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

  /src/sys/arch/mac68k/dev/
macfbvar.h 54 int dc_rowbytes; /* bytes in fb scan line */ member in struct:macfb_devconfig
macfb.c 148 for (i = 0; rows-- > 0; i += dc->dc_rowbytes)
150 0, dc->dc_rowbytes);
169 rap->linelongs = dc->dc_rowbytes / sizeof(u_int32_t);
218 sc->sc_dc->dc_rowbytes = gm->rowbytes;
286 offset < m68k_round_page(dc->dc_rowbytes * dc->dc_ht))
343 dc->dc_rowbytes = mac68k_video.mv_stride;
346 mac68k_video.mv_len : dc->dc_ht * dc->dc_rowbytes;
grf_compat.c 242 gd->gd_fbrowbytes = dc->dc_rowbytes;
271 gm->rowbytes = dc->dc_rowbytes;
  /src/sys/arch/next68k/dev/
nextdisplayvar.h 56 int dc_rowbytes; /* bytes in fb scan line */ member in struct:nextdisplay_config
nextdisplay.c 174 dc->dc_rowbytes = (turbo ? 1120 : 1152) * dc->dc_depth / 8;
190 printf("dc_rowbytes: %08x\n", dc->dc_rowbytes);
195 for (i = 0; i < dc->dc_ht * dc->dc_rowbytes; i += sizeof(uint32_t))
203 rap->linelongs = dc->dc_rowbytes / sizeof(uint32_t);
324 *(u_int *)data = dc->dc_rowbytes;
  /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/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;
  /src/sys/dev/pci/
tgavar.h 83 int dc_rowbytes; /* bytes in a FB scan line */ member in struct:tga_devconfig
tga.c 304 dc->dc_rowbytes = dc->dc_wid * (dc->dc_tgaconf->tgac_phys_depth / 8);
323 for (i = 0; i < dc->dc_ht * dc->dc_rowbytes; i += sizeof(uint32_t))
333 rip->ri_stride = dc->dc_rowbytes;
593 *(u_int *)data = dc->dc_rowbytes;
  /src/sys/arch/dreamcast/dev/
pvr.c 137 int dc_rowbytes; /* bytes in a FB scan line */ member in struct:fb_devconfig
213 dc->dc_rowbytes = dc->dc_wid * (dc->dc_depth / 8);
219 for (i = 0; i < dc->dc_ht * dc->dc_rowbytes; i += sizeof(uint32_t))
232 dc->dc_rinfo.ri_stride = dc->dc_rowbytes;
385 offset < sh3_round_page(dc->dc_rowbytes * dc->dc_ht))

Completed in 24 milliseconds