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

/linux-master/drivers/video/fbdev/
H A Damifb.c1132 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; local
1220 xres_n = par->xres << clk_shift;
1240 par->diwstrt_h = par->diwstop_h - xres_n;
1337 par->diwstrt_h = par->diwstop_h - xres_n;
1407 fsize = upx(fconst, xres_n +
1412 fsize = upx(fconst, xres_n);
1419 fsize = up64(xres_n + fconst - 1);
1423 fsize = up64(xres_n);

Completed in 139 milliseconds