Searched refs:next_plane (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c732 u_long next_plane; /* modulo for next plane */ member in struct:amifb_par
1906 static inline void fill_one_line(int bpp, unsigned long next_plane, argument
1917 dst_idx += next_plane*8;
1921 static inline void xor_one_line(int bpp, unsigned long next_plane, argument
1932 dst_idx += next_plane*8;
1967 par->next_plane, dst, dst_idx, width,
1972 xor_one_line(info->var.bits_per_pixel, par->next_plane,
1980 static inline void copy_one_line(int bpp, unsigned long next_plane, argument
1992 dst_idx += next_plane*8;
1993 src_idx += next_plane*
1997 copy_one_line_rev(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, unsigned long *src, int src_idx, u32 n) argument
2076 expand_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
H A Datafb.c125 u_long next_plane; member in struct:atafb_par
1377 //par->next_plane = yres_virtual * linelen;
1379 par->next_plane = 2;
1381 //par->next_plane = linelen;
2656 par->next_line, par->next_plane, image->width,

Completed in 122 milliseconds