Searched refs:colsize (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb_iplan2p2.c43 u_int colsize; local
46 colsize = height;
82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
101 0xff00ff, colsize, -next_line - BPL * 2);
H A Datafb_iplan2p4.c43 u_int colsize; local
46 colsize = height;
82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
101 0xff00ff, colsize, -next_line - BPL * 2);
H A Datafb_iplan2p8.c50 u_int colsize; local
53 colsize = height;
89 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
108 0xff00ff, colsize, -next_line - BPL * 2);

Completed in 56 milliseconds