Lines Matching refs:line_length
400 u_short line_length);
405 u_short line_length, u_char blitmode);
676 info->fix.line_length = var->xres_virtual / 8; in cirrusfb_set_par_foo()
681 info->fix.line_length = var->xres_virtual; in cirrusfb_set_par_foo()
687 info->fix.line_length = var->xres_virtual * in cirrusfb_set_par_foo()
1203 pitch = info->fix.line_length >> 3; in cirrusfb_set_par_foo()
1327 base = var->yoffset * info->fix.line_length + xoffset; in cirrusfb_pan_display()
1765 info->fix.line_length, 0x40); in cirrusfb_fillrect()
1805 info->fix.line_length); in cirrusfb_copyarea()
1843 info->fix.line_length, 0x40); in cirrusfb_imageblit()
1850 info->fix.line_length, op); in cirrusfb_imageblit()
2597 u_short bltmode, u_short line_length) in cirrusfb_set_blitter() argument
2602 vga_wgfx(regbase, CL_GR24, line_length & 0xff); in cirrusfb_set_blitter()
2604 vga_wgfx(regbase, CL_GR25, line_length >> 8); in cirrusfb_set_blitter()
2606 vga_wgfx(regbase, CL_GR26, line_length & 0xff); in cirrusfb_set_blitter()
2608 vga_wgfx(regbase, CL_GR27, line_length >> 8); in cirrusfb_set_blitter()
2658 u_short line_length) in cirrusfb_BitBLT() argument
2676 nsrc = (cury * line_length) + curx; in cirrusfb_BitBLT()
2677 ndest = (desty * line_length) + destx; in cirrusfb_BitBLT()
2682 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2683 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2689 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
2700 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument
2703 u_long ndest = (y * line_length) + x; in cirrusfb_RectFill()
2730 0, ndest, op | blitmode, line_length); in cirrusfb_RectFill()