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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dcontrolfb.h53 struct preg vperiod; /* vert period */ member in struct:control_regs
85 unsigned vperiod; /* vert period */ member in struct:control_regints
H A Dcontrolfb.c1020 hserr, vperiod, vssync, vesync, veblank, vsblank, vswin, vewin; local
1109 vperiod = (var->vsync_len + var->lower_margin + par->yres
1111 vssync = vperiod - 2;
1112 vesync = (var->vsync_len << 1) - vperiod + vssync;
1124 r->regs[6] = vperiod;
1202 var->vsync_len = (rv->vperiod - rv->vssync + rv->vesync) >> 1;

Completed in 94 milliseconds