diwstart_h        135 drivers/video/fbdev/pvr2fb.c 	unsigned int diwstart_h;	/* Horizontal offset of the display field */
diwstart_h        413 drivers/video/fbdev/pvr2fb.c 	par->diwstart_h = par->borderstart_h + var->left_margin;
diwstart_h        415 drivers/video/fbdev/pvr2fb.c 	par->borderstop_h = par->diwstart_h + var->xres +
diwstart_h        490 drivers/video/fbdev/pvr2fb.c 				   (par->diwstart_h + var->xres);
diwstart_h        491 drivers/video/fbdev/pvr2fb.c 		var->left_margin  = par->diwstart_h - par->borderstart_h;
diwstart_h        584 drivers/video/fbdev/pvr2fb.c 	fb_writel(par->diwstart_h, DISP_DIWHSTRT);