Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dcontrolfb.h49 struct preg vperiod; /* vert period */ member
81 unsigned vperiod; /* vert period */ member
H A Dcontrolfb.c426 hserr, vperiod, vssync, vesync, veblank, vsblank, vswin, vewin; in control_var_to_par() local
516 vperiod = (var->vsync_len + var->lower_margin + par->yres in control_var_to_par()
518 vssync = vperiod - 2; in control_var_to_par()
519 vesync = (var->vsync_len << 1) - vperiod + vssync; in control_var_to_par()
531 r->regs[6] = vperiod; in control_var_to_par()
609 var->vsync_len = (rv->vperiod - rv->vssync + rv->vesync) >> 1; in control_par_to_var()