shift_high        117 drivers/video/fbdev/core/bitblit.c 	u32 shift_high = 8;
shift_high        131 drivers/video/fbdev/core/bitblit.c 					image->height, shift_high,
shift_high        136 drivers/video/fbdev/core/bitblit.c 		shift_high = 8 - shift_low;
shift_high        126 drivers/video/fbdev/core/fbcon_ud.c 	u32 shift_high = 8;
shift_high        139 drivers/video/fbdev/core/fbcon_ud.c 					image->height, shift_high,
shift_high        144 drivers/video/fbdev/core/fbcon_ud.c 		shift_high = 8 - shift_low;
shift_high        120 drivers/video/fbdev/core/fbmem.c 				u32 shift_high, u32 shift_low, u32 mod)
shift_high        122 drivers/video/fbdev/core/fbmem.c 	u8 mask = (u8) (0xfff << shift_high), tmp;
shift_high        131 drivers/video/fbdev/core/fbmem.c 			tmp = *src << shift_high;
shift_high        139 drivers/video/fbdev/core/fbmem.c 		if (shift_high < mod) {
shift_high        140 drivers/video/fbdev/core/fbmem.c 			tmp = *src << shift_high;
shift_high        618 include/linux/fb.h 				u32 height, u32 shift_high, u32 shift_low, u32 mod);