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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcirrusfb.c2570 u_short nwidth, u_short nheight,
2587 vga_wgfx(regbase, CL_GR20, nwidth & 0xff);
2589 vga_wgfx(regbase, CL_GR21, nwidth >> 8);
2635 u_short nwidth = width - 1; local
2657 nsrc += nheight * line_length + nwidth;
2658 ndest += nheight * line_length + nwidth;
2663 cirrusfb_set_blitter(regbase, nwidth, nheight,
2569 cirrusfb_set_blitter(u8 __iomem *regbase, u_short nwidth, u_short nheight, u_long nsrc, u_long ndest, u_short bltmode, u_short line_length) argument
H A Dtgafb.c1019 unsigned long nwidth = width & -2048; local
1026 for (j = 0; j < nwidth; j += 2048)

Completed in 121 milliseconds