Lines Matching refs:xres
90 .xres = 480,
109 .xres = 640,
125 .xres = 640,
141 .xres = 800,
157 .xres = 1024,
250 DCU_CTRLDESCLN_1_WIDTH(info.var.xres)); in layer_ctrldesc_init()
297 int fsl_dcu_init(unsigned int xres, unsigned int yres, in fsl_dcu_init() argument
304 info.var.xres * info.var.yres * (info.var.bits_per_pixel / 8); in fsl_dcu_init()
322 DCU_DISP_SIZE_DELTA_X(info.var.xres / 16)); in fsl_dcu_init()
408 info.var.xres = fsl_dcu_mode_db->xres; in video_hw_init()
420 info.fix.line_length = info.var.xres * info.var.bits_per_pixel / 8; in video_hw_init()