Lines Matching refs:line_length

401 			    u_short line_length);
406 u_short line_length, u_char blitmode);
677 info->fix.line_length = var->xres_virtual / 8; in cirrusfb_set_par_foo()
682 info->fix.line_length = var->xres_virtual; in cirrusfb_set_par_foo()
688 info->fix.line_length = var->xres_virtual * in cirrusfb_set_par_foo()
1204 pitch = info->fix.line_length >> 3; in cirrusfb_set_par_foo()
1328 base = var->yoffset * info->fix.line_length + xoffset; in cirrusfb_pan_display()
1764 info->fix.line_length, 0x40); in cirrusfb_fillrect()
1804 info->fix.line_length); in cirrusfb_copyarea()
1842 info->fix.line_length, 0x40); in cirrusfb_imageblit()
1849 info->fix.line_length, op); in cirrusfb_imageblit()
2599 u_short bltmode, u_short line_length) in cirrusfb_set_blitter() argument
2604 vga_wgfx(regbase, CL_GR24, line_length & 0xff); in cirrusfb_set_blitter()
2606 vga_wgfx(regbase, CL_GR25, line_length >> 8); in cirrusfb_set_blitter()
2608 vga_wgfx(regbase, CL_GR26, line_length & 0xff); in cirrusfb_set_blitter()
2610 vga_wgfx(regbase, CL_GR27, line_length >> 8); in cirrusfb_set_blitter()
2660 u_short line_length) in cirrusfb_BitBLT() argument
2678 nsrc = (cury * line_length) + curx; in cirrusfb_BitBLT()
2679 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT()
2684 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2685 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2691 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
2702 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument
2705 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill()
2732 0, ndest, op | blitmode, line_length); in cirrusfb_RectFill()