Lines Matching refs:xres
91 .xres = 480,
110 .xres = 640,
126 .xres = 640,
142 .xres = 800,
158 .xres = 1024,
251 DCU_CTRLDESCLN_1_WIDTH(info.var.xres)); in layer_ctrldesc_init()
298 int fsl_dcu_init(unsigned int xres, unsigned int yres, in fsl_dcu_init() argument
305 info.var.xres * info.var.yres * (info.var.bits_per_pixel / 8); in fsl_dcu_init()
323 DCU_DISP_SIZE_DELTA_X(info.var.xres / 16)); in fsl_dcu_init()
409 info.var.xres = fsl_dcu_mode_db->xres; in video_hw_init()
421 info.fix.line_length = info.var.xres * info.var.bits_per_pixel / 8; in video_hw_init()