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

/linux-master/drivers/video/fbdev/
H A Dcirrusfb.c2599 u_short nwidth, u_short nheight,
2622 vga_wgfx(regbase, CL_GR22, nheight & 0xff);
2624 vga_wgfx(regbase, CL_GR23, nheight >> 8);
2665 u_short nheight = height - 1; local
2686 nsrc += nheight * line_length + nwidth;
2687 ndest += nheight * line_length + nwidth;
2692 cirrusfb_set_blitter(regbase, nwidth, nheight,
2598 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 167 milliseconds