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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dpvr2fb.c25 * left_margin = diwstart_h - borderstart_h;
26 * right_margin = borderstop_h - (diwstart_h + xres);
28 * lower_margin = borderstop_v - (diwstart_h + yres);
137 unsigned int diwstart_h; /* Horizontal offset of the display field */ member in struct:pvr2fb_par
401 par->diwstart_h = par->borderstart_h + var->left_margin;
403 par->borderstop_h = par->diwstart_h + var->xres +
476 (par->diwstart_h + var->xres);
477 var->left_margin = par->diwstart_h - par->borderstart_h;
569 fb_writel(par->diwstart_h, DISP_DIWHSTRT);

Completed in 88 milliseconds