Searched refs:nheight (Results 1 – 1 of 1) sorted by relevance
2599 u_short nwidth, u_short nheight, in cirrusfb_set_blitter() argument2622 vga_wgfx(regbase, CL_GR22, nheight & 0xff); in cirrusfb_set_blitter()2624 vga_wgfx(regbase, CL_GR23, nheight >> 8); in cirrusfb_set_blitter()2665 u_short nheight = height - 1; in cirrusfb_BitBLT() local2686 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()2687 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()2692 cirrusfb_set_blitter(regbase, nwidth, nheight, in cirrusfb_BitBLT()