Lines Matching refs:line_length

401 			    u_short line_length);
406 u_short line_length, u_char blitmode);
678 info->fix.line_length = var->xres_virtual / 8; in cirrusfb_set_par_foo()
683 info->fix.line_length = var->xres_virtual; in cirrusfb_set_par_foo()
689 info->fix.line_length = var->xres_virtual * in cirrusfb_set_par_foo()
1205 pitch = info->fix.line_length >> 3; in cirrusfb_set_par_foo()
1329 base = var->yoffset * info->fix.line_length + xoffset; in cirrusfb_pan_display()
1767 info->fix.line_length, 0x40); in cirrusfb_fillrect()
1807 info->fix.line_length); in cirrusfb_copyarea()
1845 info->fix.line_length, 0x40); in cirrusfb_imageblit()
1852 info->fix.line_length, op); in cirrusfb_imageblit()
2600 u_short bltmode, u_short line_length) in cirrusfb_set_blitter() argument
2605 vga_wgfx(regbase, CL_GR24, line_length & 0xff); in cirrusfb_set_blitter()
2607 vga_wgfx(regbase, CL_GR25, line_length >> 8); in cirrusfb_set_blitter()
2609 vga_wgfx(regbase, CL_GR26, line_length & 0xff); in cirrusfb_set_blitter()
2611 vga_wgfx(regbase, CL_GR27, line_length >> 8); in cirrusfb_set_blitter()
2661 u_short line_length) in cirrusfb_BitBLT() argument
2679 nsrc = (cury * line_length) + curx; in cirrusfb_BitBLT()
2680 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT()
2685 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2686 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2692 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
2703 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument
2706 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill()
2733 0, ndest, op | blitmode, line_length); in cirrusfb_RectFill()