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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c2525 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; local
2613 xres_n = par->xres<<clk_shift;
2629 par->diwstrt_h = par->diwstop_h - xres_n;
2725 par->diwstrt_h = par->diwstop_h - xres_n;
2794 fsize = upx(fconst, xres_n + modx(fconst, downx(1<<clk_shift, par->diwstrt_h-4)));
2798 fsize = upx(fconst, xres_n);
2805 fsize = up64(xres_n + fconst - 1);
2809 fsize = up64(xres_n);

Completed in 40 milliseconds