Searched refs:shift_high (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/core/ |
D | bitblit.c | 117 u32 shift_high = 8; in bit_putcs_unaligned() local 131 image->height, shift_high, in bit_putcs_unaligned() 136 shift_high = 8 - shift_low; in bit_putcs_unaligned()
|
D | fbcon_ud.c | 126 u32 shift_high = 8; in ud_putcs_unaligned() local 139 image->height, shift_high, in ud_putcs_unaligned() 144 shift_high = 8 - shift_low; in ud_putcs_unaligned()
|
D | fbmem.c | 127 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() argument 129 u8 mask = (u8) (0xfff << shift_high), tmp; in fb_pad_unaligned_buffer() 138 tmp = *src << shift_high; in fb_pad_unaligned_buffer() 146 if (shift_high < mod) { in fb_pad_unaligned_buffer() 147 tmp = *src << shift_high; in fb_pad_unaligned_buffer()
|
/Linux-v4.19/include/linux/ |
D | fb.h | 641 u32 height, u32 shift_high, u32 shift_low, u32 mod);
|