Searched refs:nheight (Results 1 – 1 of 1) sorted by relevance
2597 u_short nwidth, u_short nheight, in cirrusfb_set_blitter() argument2620 vga_wgfx(regbase, CL_GR22, nheight & 0xff); in cirrusfb_set_blitter()2622 vga_wgfx(regbase, CL_GR23, nheight >> 8); in cirrusfb_set_blitter()2663 u_short nheight = height - 1; in cirrusfb_BitBLT() local2684 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()2685 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()2690 cirrusfb_set_blitter(regbase, nwidth, nheight, in cirrusfb_BitBLT()