Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcirrusfb.c2595 u_short nwidth, u_short nheight, in cirrusfb_set_blitter() argument
2618 vga_wgfx(regbase, CL_GR22, nheight & 0xff); in cirrusfb_set_blitter()
2620 vga_wgfx(regbase, CL_GR23, nheight >> 8); in cirrusfb_set_blitter()
2661 u_short nheight = height - 1; in cirrusfb_BitBLT() local
2682 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2683 ndest += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2688 cirrusfb_set_blitter(regbase, nwidth, nheight, in cirrusfb_BitBLT()