Home
last modified time | relevance | path

Searched refs:nheight (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/video/
Dcirrusfb.c2621 u_short nwidth, u_short nheight, in cirrusfb_set_blitter() argument
2644 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() local
2708 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()