Lines Matching refs:line_length
400 u_short line_length);
405 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()
1766 info->fix.line_length, 0x40); in cirrusfb_fillrect()
1806 info->fix.line_length); in cirrusfb_copyarea()
1844 info->fix.line_length, 0x40); in cirrusfb_imageblit()
1851 info->fix.line_length, op); in cirrusfb_imageblit()
2596 u_short bltmode, u_short line_length) in cirrusfb_set_blitter() argument
2601 vga_wgfx(regbase, CL_GR24, line_length & 0xff); in cirrusfb_set_blitter()
2603 vga_wgfx(regbase, CL_GR25, line_length >> 8); in cirrusfb_set_blitter()
2605 vga_wgfx(regbase, CL_GR26, line_length & 0xff); in cirrusfb_set_blitter()
2607 vga_wgfx(regbase, CL_GR27, line_length >> 8); in cirrusfb_set_blitter()
2657 u_short line_length) in cirrusfb_BitBLT() argument
2675 nsrc = (cury * line_length) + curx; in cirrusfb_BitBLT()
2676 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT()
2681 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2682 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2688 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
2699 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument
2702 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill()
2729 0, ndest, op | blitmode, line_length); in cirrusfb_RectFill()