Searched refs:shift_high (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/video/fbdev/core/ |
H A D | fbmem.c | 99 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() argument 101 u8 mask = (u8) (0xfff << shift_high), tmp; in fb_pad_unaligned_buffer() 110 tmp = *src << shift_high; in fb_pad_unaligned_buffer() 118 if (shift_high < mod) { in fb_pad_unaligned_buffer() 119 tmp = *src << shift_high; in fb_pad_unaligned_buffer()
|
H A 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()
|
H A 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()
|
/linux/include/linux/ |
H A D | fb.h | 608 u32 height, u32 shift_high, u32 shift_low, u32 mod);
|