Symbol: BPL
drivers/video/fbdev/atafb_iplan2p2.c
100
0xff00ff, colsize, -next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p2.c
109
src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p2.c
110
dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p2.c
151
src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p2.c
152
dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p2.c
199
dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL));
drivers/video/fbdev/atafb_iplan2p2.c
209
dest += BPL / 2;
drivers/video/fbdev/atafb_iplan2p2.c
217
u32 off = next_line - rows * BPL * 2;
drivers/video/fbdev/atafb_iplan2p2.c
222
dest += rows * BPL / 2;
drivers/video/fbdev/atafb_iplan2p2.c
247
dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));
drivers/video/fbdev/atafb_iplan2p2.c
250
dest += BPL / 2;
drivers/video/fbdev/atafb_iplan2p2.c
50
src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p2.c
51
dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p2.c
53
memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p2.c
54
src += BPL * 2;
drivers/video/fbdev/atafb_iplan2p2.c
55
dst += BPL * 2;
drivers/video/fbdev/atafb_iplan2p2.c
62
w *= BPL / 2;
drivers/video/fbdev/atafb_iplan2p2.c
72
memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL),
drivers/video/fbdev/atafb_iplan2p2.c
73
0xff00ff00, height, next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p2.c
75
src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p2.c
76
dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p2.c
79
src -= BPL * 2;
drivers/video/fbdev/atafb_iplan2p2.c
80
dst -= BPL * 2;
drivers/video/fbdev/atafb_iplan2p2.c
81
memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p2.c
88
w *= BPL / 2;
drivers/video/fbdev/atafb_iplan2p2.c
98
memmove32_col(dst - (width - 16) / (8 / BPL),
drivers/video/fbdev/atafb_iplan2p2.c
99
src - (width - 16) / (8 / BPL),
drivers/video/fbdev/atafb_iplan2p4.c
100
0xff00ff, colsize, -next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p4.c
109
src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p4.c
110
dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p4.c
158
src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p4.c
159
dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p4.c
213
dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL));
drivers/video/fbdev/atafb_iplan2p4.c
223
dest += BPL / 2;
drivers/video/fbdev/atafb_iplan2p4.c
231
u32 off = next_line - rows * BPL * 2;
drivers/video/fbdev/atafb_iplan2p4.c
236
dest += rows * BPL / 2;
drivers/video/fbdev/atafb_iplan2p4.c
261
dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));
drivers/video/fbdev/atafb_iplan2p4.c
264
dest += BPL / 2;
drivers/video/fbdev/atafb_iplan2p4.c
50
src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p4.c
51
dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p4.c
53
memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p4.c
54
src += BPL * 2;
drivers/video/fbdev/atafb_iplan2p4.c
55
dst += BPL * 2;
drivers/video/fbdev/atafb_iplan2p4.c
62
w *= BPL / 2;
drivers/video/fbdev/atafb_iplan2p4.c
72
memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL),
drivers/video/fbdev/atafb_iplan2p4.c
73
0xff00ff00, height, next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p4.c
75
src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p4.c
76
dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p4.c
79
src -= BPL * 2;
drivers/video/fbdev/atafb_iplan2p4.c
80
dst -= BPL * 2;
drivers/video/fbdev/atafb_iplan2p4.c
81
memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p4.c
88
w *= BPL / 2;
drivers/video/fbdev/atafb_iplan2p4.c
98
memmove32_col(dst - (width - 16) / (8 / BPL),
drivers/video/fbdev/atafb_iplan2p4.c
99
src - (width - 16) / (8 / BPL),
drivers/video/fbdev/atafb_iplan2p8.c
105
memmove32_col(dst - (width - 16) / (8 / BPL),
drivers/video/fbdev/atafb_iplan2p8.c
106
src - (width - 16) / (8 / BPL),
drivers/video/fbdev/atafb_iplan2p8.c
107
0xff00ff, colsize, -next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p8.c
116
src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p8.c
117
dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p8.c
179
src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p8.c
180
dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p8.c
248
dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL));
drivers/video/fbdev/atafb_iplan2p8.c
258
dest += BPL / 2;
drivers/video/fbdev/atafb_iplan2p8.c
266
u32 off = next_line - rows * BPL * 2;
drivers/video/fbdev/atafb_iplan2p8.c
271
dest += rows * BPL / 2;
drivers/video/fbdev/atafb_iplan2p8.c
296
dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));
drivers/video/fbdev/atafb_iplan2p8.c
299
dest += BPL / 2;
drivers/video/fbdev/atafb_iplan2p8.c
57
src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p8.c
58
dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p8.c
60
memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p8.c
61
src += BPL * 2;
drivers/video/fbdev/atafb_iplan2p8.c
62
dst += BPL * 2;
drivers/video/fbdev/atafb_iplan2p8.c
69
w *= BPL / 2;
drivers/video/fbdev/atafb_iplan2p8.c
79
memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL),
drivers/video/fbdev/atafb_iplan2p8.c
80
0xff00ff00, height, next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p8.c
82
src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p8.c
83
dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
drivers/video/fbdev/atafb_iplan2p8.c
86
src -= BPL * 2;
drivers/video/fbdev/atafb_iplan2p8.c
87
dst -= BPL * 2;
drivers/video/fbdev/atafb_iplan2p8.c
88
memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
drivers/video/fbdev/atafb_iplan2p8.c
95
w *= BPL / 2;
drivers/video/fbdev/atafb_utils.h
248
#ifdef BPL
drivers/video/fbdev/atafb_utils.h
264
#if BPL > 4
drivers/video/fbdev/atafb_utils.h
272
#if BPL > 4
drivers/video/fbdev/atafb_utils.h
285
#if BPL > 2
drivers/video/fbdev/atafb_utils.h
289
#if BPL > 4
drivers/video/fbdev/atafb_utils.h
308
#if BPL > 2
drivers/video/fbdev/atafb_utils.h
314
#if BPL > 2
drivers/video/fbdev/atafb_utils.h
318
#if BPL > 4
drivers/video/fbdev/atafb_utils.h
334
#if BPL > 2
drivers/video/fbdev/atafb_utils.h
337
#if BPL > 4
drivers/video/fbdev/atafb_utils.h
347
#if BPL > 2
drivers/video/fbdev/atafb_utils.h
351
#if BPL > 4
drivers/video/fbdev/atafb_utils.h
363
#if BPL > 2
drivers/video/fbdev/atafb_utils.h
366
#if BPL > 4
drivers/video/fbdev/atafb_utils.h
384
#if BPL > 2
drivers/video/fbdev/atafb_utils.h
388
#if BPL > 4