Searched refs:nheight (Results 1 - 1 of 1) 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,
2593 vga_wgfx(regbase, CL_GR22, nheight & 0xff);
2595 vga_wgfx(regbase, CL_GR23, nheight >> 8);
2636 u_short nheight = height - 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

Completed in 99 milliseconds