Searched defs:nsrc (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/unisys/common-spar/include/
H A Dvbusdeviceinfo.h154 int nsrc, x, i, pad; local
158 nsrc = sizeof(devinfo->devType);
159 if (vbuschannel_sanitize_buffer(NULL, 0, psrc, nsrc) <= 0)
177 x = vbuschannel_sanitize_buffer(p, remain, psrc, nsrc);
188 nsrc = sizeof(devinfo->drvName);
189 x = vbuschannel_sanitize_buffer(p, remain, psrc, nsrc);
200 nsrc = sizeof(devinfo->infoStrings);
201 x = vbuschannel_sanitize_buffer(p, remain, psrc, nsrc);
/drivers/video/fbdev/
H A Dcirrusfb.c2598 u_long nsrc, u_long ndest,
2634 vga_wgfx(regbase, CL_GR2C, (u_char) (nsrc & 0xff));
2636 vga_wgfx(regbase, CL_GR2D, (u_char) (nsrc >> 8));
2638 vga_wgfx(regbase, CL_GR2E, (u_char) (nsrc >> 16));
2664 u_long nsrc, ndest; local
2678 nsrc = (cury * line_length) + curx;
2684 nsrc += nheight * line_length + nwidth;
2691 nsrc, ndest, bltmode, line_length);
2596 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 54 milliseconds