Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dimxfb.c613 u32 ymax_mask = is_imx1_fb(fbi) ? YMAX_MASK_IMX1 : YMAX_MASK_IMX21; in imxfb_activate_var() local
643 if (var->yres < 1 || var->yres > ymax_mask) in imxfb_activate_var()
671 writel(SIZE_XMAX(var->xres) | (var->yres & ymax_mask), in imxfb_activate_var()