bmp_pitch         142 drivers/video/fbdev/efifb.c 	u32 bmp_width, bmp_height, bmp_pitch, screen_pitch, dst_x, y, src_y;
bmp_pitch         195 drivers/video/fbdev/efifb.c 	bmp_pitch = round_up(3 * bmp_width, 4);
bmp_pitch         198 drivers/video/fbdev/efifb.c 	if ((file_header->bitmap_offset + bmp_pitch * bmp_height) >
bmp_pitch         227 drivers/video/fbdev/efifb.c 					    src_y * bmp_pitch,