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()
2595 u_short bltmode, u_short line_length) in cirrusfb_set_blitter() argument
2600 vga_wgfx(regbase, CL_GR24, line_length & 0xff); in cirrusfb_set_blitter()
2602 vga_wgfx(regbase, CL_GR25, line_length >> 8); in cirrusfb_set_blitter()
2604 vga_wgfx(regbase, CL_GR26, line_length & 0xff); in cirrusfb_set_blitter()
2606 vga_wgfx(regbase, CL_GR27, line_length >> 8); in cirrusfb_set_blitter()
2656 u_short line_length) in cirrusfb_BitBLT() argument
2674 nsrc = (cury * line_length) + curx; in cirrusfb_BitBLT()
2675 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT()
2680 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2681 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2687 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
2698 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument
2701 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill()
2728 0, ndest, op | blitmode, line_length); in cirrusfb_RectFill()