Searched refs:shift_low (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | bitblit.c | 116 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local 132 shift_low, mod); in bit_putcs_unaligned() 133 shift_low += mod; in bit_putcs_unaligned() 134 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in bit_putcs_unaligned() 135 shift_low &= 7; in bit_putcs_unaligned() 136 shift_high = 8 - shift_low; in bit_putcs_unaligned()
|
H A D | fbcon_ud.c | 125 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local 140 shift_low, mod); in ud_putcs_unaligned() 141 shift_low += mod; in ud_putcs_unaligned() 142 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in ud_putcs_unaligned() 143 shift_low &= 7; in ud_putcs_unaligned() 144 shift_high = 8 - shift_low; in ud_putcs_unaligned()
|
H A D | fbmem.c | 121 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() 130 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer() 138 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer() 120 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
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | bitblit.c | 116 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local 132 shift_low, mod); in bit_putcs_unaligned() 133 shift_low += mod; in bit_putcs_unaligned() 134 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in bit_putcs_unaligned() 135 shift_low &= 7; in bit_putcs_unaligned() 136 shift_high = 8 - shift_low; in bit_putcs_unaligned()
|
H A D | fbcon_ud.c | 125 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local 140 shift_low, mod); in ud_putcs_unaligned() 141 shift_low += mod; in ud_putcs_unaligned() 142 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in ud_putcs_unaligned() 143 shift_low &= 7; in ud_putcs_unaligned() 144 shift_high = 8 - shift_low; in ud_putcs_unaligned()
|
H A D | fbmem.c | 121 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() 130 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer() 138 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer() 120 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
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fb.h | 616 u32 height, u32 shift_high, u32 shift_low, u32 mod);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fb.h | 598 u32 height, u32 shift_high, u32 shift_low, u32 mod);
|
Completed in 11 milliseconds