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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c842 hserr, vperiod, vssync, vesync, veblank, vsblank, vswin, vewin; local
931 vperiod = (var->vsync_len + var->lower_margin + par->yres
933 vssync = vperiod - 2;
934 vesync = (var->vsync_len << 1) - vperiod + vssync;
946 r->regs[6] = vperiod;
1024 var->vsync_len = (rv->vperiod - rv->vssync + rv->vesync) >> 1;

Completed in 49 milliseconds