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;
131 unsigned int borderstart_h;
394 par->borderstart_h = 116;
398 par->borderstart_h = 126;
408 par->borderstart_h = 126;
413 par->diwstart_h = par->borderstart_h + var->left_margin;
491 var->left_margin = par->diwstart_h - par->borderstart_h;
492 var->hsync_len = par->borderstart_h +
579 fb_writel((par->borderstart_h << 16) | par->borderstop_h, DISP_BRDRHORZ);