Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dclgenfb.c3130 u_short nwidth, nheight; in clgen_BitBLT() local
3137 nheight = height - 1; in clgen_BitBLT()
3155 nsrc = cury * line_length + curx + nheight * line_length + nwidth; in clgen_BitBLT()
3156 ndest = desty * line_length + destx + nheight * line_length + nwidth; in clgen_BitBLT()
3185 vga_wgfx (regbase, CL_GR22, nheight & 0xff); /* BLT height low */ in clgen_BitBLT()
3186 vga_wgfx (regbase, CL_GR23, (nheight >> 8)); /* BLT width hi */ in clgen_BitBLT()
3221 u_short nwidth, nheight; in clgen_RectFill() local
3228 nheight = height - 1; in clgen_RectFill()
3245 vga_wgfx (fb_info->regs, CL_GR22, nheight & 0xff); /* BLT height low */ in clgen_RectFill()
3246 vga_wgfx (fb_info->regs, CL_GR23, (nheight >> 8)); /* BLT width hi */ in clgen_RectFill()