Searched refs:shift_low (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/video/console/ |
H A D | bitblit.c | 116 u32 shift_low = 0, mod = vc->vc_font.width % 8; bit_putcs_unaligned() local 132 shift_low, mod); bit_putcs_unaligned() 133 shift_low += mod; bit_putcs_unaligned() 134 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; bit_putcs_unaligned() 135 shift_low &= 7; bit_putcs_unaligned() 136 shift_high = 8 - shift_low; bit_putcs_unaligned()
|
H A D | fbcon_ud.c | 125 u32 shift_low = 0, mod = vc->vc_font.width % 8; ud_putcs_unaligned() local 140 shift_low, mod); ud_putcs_unaligned() 141 shift_low += mod; ud_putcs_unaligned() 142 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; ud_putcs_unaligned() 143 shift_low &= 7; ud_putcs_unaligned() 144 shift_high = 8 - shift_low; ud_putcs_unaligned()
|
/linux-4.1.27/drivers/video/fbdev/core/ |
H A D | fbmem.c | 125 u32 shift_high, u32 shift_low, u32 mod) fb_pad_unaligned_buffer() 134 tmp |= *src >> shift_low; fb_pad_unaligned_buffer() 142 tmp |= *src >> shift_low; fb_pad_unaligned_buffer() 124 fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, u32 shift_high, u32 shift_low, u32 mod) fb_pad_unaligned_buffer() argument
|
/linux-4.1.27/include/linux/ |
H A D | fb.h | 623 u32 height, u32 shift_high, u32 shift_low, u32 mod);
|
Completed in 208 milliseconds