Home
last modified time | relevance | path

Searched refs:nwidth (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
3136 nwidth = width - 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()
3181 vga_wgfx (regbase, CL_GR20, nwidth & 0xff); /* BLT width low */ in clgen_BitBLT()
3182 vga_wgfx (regbase, CL_GR21, (nwidth >> 8)); /* BLT width hi */ in clgen_BitBLT()
3221 u_short nwidth, nheight; in clgen_RectFill() local
3227 nwidth = width - 1; in clgen_RectFill()
3241 vga_wgfx (fb_info->regs, CL_GR20, nwidth & 0xff); /* BLT width low */ in clgen_RectFill()
3242 vga_wgfx (fb_info->regs, CL_GR21, (nwidth >> 8)); /* BLT width hi */ in clgen_RectFill()