Searched refs:diw_height (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Dpvr2fb.c557 unsigned int diw_height, diw_width, diw_modulo = 1; local
568 diw_height = (par->is_interlaced ? var->yres / 2 : var->yres);
570 fb_writel((diw_modulo << 20) | (--diw_height << 10) | --diw_width,

Completed in 142 milliseconds