Home
last modified time | relevance | path

Searched refs:shift_high (Results 1 – 3 of 3) sorted by relevance

/drivers/video/fbdev/core/
A Dfbmem.c101 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() argument
103 u8 mask = (u8) (0xfff << shift_high), tmp; in fb_pad_unaligned_buffer()
112 tmp = *src << shift_high; in fb_pad_unaligned_buffer()
120 if (shift_high < mod) { in fb_pad_unaligned_buffer()
121 tmp = *src << shift_high; in fb_pad_unaligned_buffer()
A Dbitblit.c116 u32 shift_high = 8; in bit_putcs_unaligned() local
130 image->height, shift_high, in bit_putcs_unaligned()
135 shift_high = 8 - shift_low; in bit_putcs_unaligned()
A Dfbcon_ud.c125 u32 shift_high = 8; in ud_putcs_unaligned() local
138 image->height, shift_high, in ud_putcs_unaligned()
143 shift_high = 8 - shift_low; in ud_putcs_unaligned()

Completed in 7 milliseconds