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

/linux-master/drivers/video/fbdev/
H A Dcirrusfb.c2600 u_long nsrc, u_long ndest,
2628 vga_wgfx(regbase, CL_GR28, (u_char) (ndest & 0xff));
2630 vga_wgfx(regbase, CL_GR29, (u_char) (ndest >> 8));
2632 vga_wgfx(regbase, CL_GR2A, (u_char) (ndest >> 16));
2666 u_long nsrc, ndest; local
2681 ndest = (desty * line_length) + destx;
2687 ndest += nheight * line_length + nwidth;
2693 nsrc, ndest, bltmode, line_length);
2707 u_long ndest = (y * line_length) + x; local
2734 0, ndest, o
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
[all...]

Completed in 87 milliseconds