Lines Matching defs:borderstart_h
22 * left_margin = diwstart_h - borderstart_h;
27 * hsync_len = borderstart_h + (hsync_total - borderstop_h);
35 * borderstart_h = 116;
38 * borderstop_h = borderstart_h + hsync_total - hsync_len;
132 unsigned int borderstart_h;
395 par->borderstart_h = 116;
399 par->borderstart_h = 126;
409 par->borderstart_h = 126;
414 par->diwstart_h = par->borderstart_h + var->left_margin;
492 var->left_margin = par->diwstart_h - par->borderstart_h;
493 var->hsync_len = par->borderstart_h +
580 fb_writel((par->borderstart_h << 16) | par->borderstop_h, DISP_BRDRHORZ);