Searched refs:nwidth (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 Dcirrusfb.c2828 u_short nwidth, nheight; local
2834 nwidth = width - 1;
2853 nsrc = cury * line_length + curx + nheight * line_length + nwidth;
2854 ndest = desty * line_length + destx + nheight * line_length + nwidth;
2879 vga_wgfx (regbase, CL_GR20, nwidth & 0xff); /* BLT width low */
2880 vga_wgfx (regbase, CL_GR21, (nwidth >> 8)); /* BLT width hi */
2919 u_short nwidth, nheight; local
2925 nwidth = width - 1;
2939 vga_wgfx (regbase, CL_GR20, nwidth & 0xff); /* BLT width low */
2940 vga_wgfx (regbase, CL_GR21, (nwidth >>
[all...]
H A Dtgafb.c1024 unsigned long nwidth = width & -2048; local
1031 for (j = 0; j < nwidth; j += 2048)

Completed in 102 milliseconds