Searched refs:nheight (Results 1 – 1 of 1) sorted by relevance
2621 u_short nwidth, u_short nheight, in cirrusfb_set_blitter() argument2644 vga_wgfx(regbase, CL_GR22, nheight & 0xff); in cirrusfb_set_blitter()2646 vga_wgfx(regbase, CL_GR23, nheight >> 8); in cirrusfb_set_blitter()2687 u_short nheight = height - 1; in cirrusfb_BitBLT() local2708 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()2709 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()2714 cirrusfb_set_blitter(regbase, nwidth, nheight, in cirrusfb_BitBLT()