shift_low         116 drivers/video/fbdev/core/bitblit.c 	u32 shift_low = 0, mod = vc->vc_font.width % 8;
shift_low         132 drivers/video/fbdev/core/bitblit.c 					shift_low, mod);
shift_low         133 drivers/video/fbdev/core/bitblit.c 		shift_low += mod;
shift_low         134 drivers/video/fbdev/core/bitblit.c 		dst += (shift_low >= 8) ? s_pitch : s_pitch - 1;
shift_low         135 drivers/video/fbdev/core/bitblit.c 		shift_low &= 7;
shift_low         136 drivers/video/fbdev/core/bitblit.c 		shift_high = 8 - shift_low;
shift_low         125 drivers/video/fbdev/core/fbcon_ud.c 	u32 shift_low = 0, mod = vc->vc_font.width % 8;
shift_low         140 drivers/video/fbdev/core/fbcon_ud.c 					shift_low, mod);
shift_low         141 drivers/video/fbdev/core/fbcon_ud.c 		shift_low += mod;
shift_low         142 drivers/video/fbdev/core/fbcon_ud.c 		dst += (shift_low >= 8) ? s_pitch : s_pitch - 1;
shift_low         143 drivers/video/fbdev/core/fbcon_ud.c 		shift_low &= 7;
shift_low         144 drivers/video/fbdev/core/fbcon_ud.c 		shift_high = 8 - shift_low;
shift_low         120 drivers/video/fbdev/core/fbmem.c 				u32 shift_high, u32 shift_low, u32 mod)
shift_low         129 drivers/video/fbdev/core/fbmem.c 			tmp |= *src >> shift_low;
shift_low         137 drivers/video/fbdev/core/fbmem.c 		tmp |= *src >> shift_low;
shift_low         618 include/linux/fb.h 				u32 height, u32 shift_high, u32 shift_low, u32 mod);