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

/drivers/video/
H A Dcirrusfb.c2641 u_short nwidth, u_short nheight,
2658 vga_wgfx(regbase, CL_GR20, nwidth & 0xff);
2660 vga_wgfx(regbase, CL_GR21, nwidth >> 8);
2706 u_short nwidth = width - 1; local
2728 nsrc += nheight * line_length + nwidth;
2729 ndest += nheight * line_length + nwidth;
2734 cirrusfb_set_blitter(regbase, nwidth, nheight,
2640 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 238 milliseconds