Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dpvr2fb.c143 u_short diwstart_h; /* Horizontal offset of the display field */ member
743 par->diwstart_h = par->borderstart_h + var->left_margin; in pvr2_decode_var()
807 var->right_margin = par->borderstop_h - (par->diwstart_h + par->xres); in pvr2_encode_var()
808 var->left_margin = par->diwstart_h - par->borderstart_h; in pvr2_encode_var()
920 ctrl_outl(par->diwstart_h, DISP_DIWHSTRT); in pvr2_init_display()