next_plane 731 drivers/video/fbdev/amifb.c u_long next_plane; /* modulo for next plane */ next_plane 1439 drivers/video/fbdev/amifb.c par->next_plane = div8(upx(16 << maxfmode, par->vxres)); next_plane 1440 drivers/video/fbdev/amifb.c par->next_line = par->bpp * par->next_plane; next_plane 1447 drivers/video/fbdev/amifb.c par->next_plane = par->vyres * par->next_line; next_plane 1448 drivers/video/fbdev/amifb.c if (par->next_plane * par->bpp > info->fix.smem_len) { next_plane 2165 drivers/video/fbdev/amifb.c for (i = 0; i < (short)par->bpp; i++, p += par->next_plane) { next_plane 2183 drivers/video/fbdev/amifb.c for (i = 0; i < (short)par->bpp; i++, p += par->next_plane) { next_plane 2199 drivers/video/fbdev/amifb.c for (i = 0; i < (short)par->bpp; i++, p += par->next_plane) { next_plane 2222 drivers/video/fbdev/amifb.c for (i = 0; i < (short)par->bpp; i++, p += par->next_plane) { next_plane 3133 drivers/video/fbdev/amifb.c static inline void fill_one_line(int bpp, unsigned long next_plane, next_plane 3144 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; next_plane 3148 drivers/video/fbdev/amifb.c static inline void xor_one_line(int bpp, unsigned long next_plane, next_plane 3159 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; next_plane 3194 drivers/video/fbdev/amifb.c par->next_plane, dst, dst_idx, width, next_plane 3199 drivers/video/fbdev/amifb.c xor_one_line(info->var.bits_per_pixel, par->next_plane, next_plane 3207 drivers/video/fbdev/amifb.c static inline void copy_one_line(int bpp, unsigned long next_plane, next_plane 3219 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; next_plane 3220 drivers/video/fbdev/amifb.c src_idx += next_plane * 8; next_plane 3224 drivers/video/fbdev/amifb.c static inline void copy_one_line_rev(int bpp, unsigned long next_plane, next_plane 3236 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; next_plane 3237 drivers/video/fbdev/amifb.c src_idx += next_plane * 8; next_plane 3291 drivers/video/fbdev/amifb.c par->next_plane, dst, dst_idx, src, next_plane 3297 drivers/video/fbdev/amifb.c par->next_plane, dst, dst_idx, src, next_plane 3306 drivers/video/fbdev/amifb.c static inline void expand_one_line(int bpp, unsigned long next_plane, next_plane 3331 drivers/video/fbdev/amifb.c dst_idx += next_plane * 8; next_plane 3368 drivers/video/fbdev/amifb.c par->next_plane, dst, dst_idx, width, next_plane 3376 drivers/video/fbdev/amifb.c height, par->next_line, par->next_plane,