Home
last modified time | relevance | path

Searched refs:dc_width (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/arm/iomd/
H A Dvidcvideo.c90 int dc_width; /* width of frame buffer */ member
214 dc->dc_width = dc->mode_info.timings.hdisplay; in vidcvideo_getdevconfig()
224 dc->dc_rowbytes = dc->dc_width / 8; in vidcvideo_getdevconfig()
227 dc->dc_rowbytes = dc->dc_width / 4; in vidcvideo_getdevconfig()
230 dc->dc_rowbytes = dc->dc_width / 2; in vidcvideo_getdevconfig()
233 dc->dc_rowbytes = dc->dc_width; in vidcvideo_getdevconfig()
236 dc->dc_rowbytes = dc->dc_width * 2; in vidcvideo_getdevconfig()
239 dc->dc_rowbytes = dc->dc_width * 4; in vidcvideo_getdevconfig()
272 ri->ri_width = dc->dc_width; in vidcvideoinit_screen()
376 wsd_fbip->width = dc->dc_width; in vidcvideoioctl()
[all...]
/netbsd-src/sys/dev/ic/
H A Digsfb_subr.c416 dc->dc_width = 1024; in igsfb_1024x768_8bpp_60Hz()
419 dc->dc_stride = dc->dc_width; in igsfb_1024x768_8bpp_60Hz()
646 IGS_COP_SRC_MAP_WIDTH_REG, dc->dc_width - 1); in igsfb_set_mode()
648 IGS_COP_DST_MAP_WIDTH_REG, dc->dc_width - 1); in igsfb_set_mode()
659 dc->dc_width = mode->hdisplay; in igsfb_set_mode()
662 dc->dc_stride = dc->dc_width * howmany(depth, NBBY); in igsfb_set_mode()
H A Digsfb.c203 dc->dc_width, dc->dc_height, dc->dc_depth); in igsfb_attach_subr()
364 dc->dc_width - 1); in igsfb_init_video()
367 dc->dc_width - 1); in igsfb_init_video()
433 ri->ri_width = dc->dc_width; in igsfb_init_wsdisplay()
630 wsd_fbip->width = dc->dc_width; in igsfb_ioctl()
637 *(int *)data = dc->dc_width * howmany(dc->dc_maxdepth, NBBY); in igsfb_ioctl()
H A Digsfbvar.h80 int dc_width, dc_height, dc_depth, dc_stride; member