Home
last modified time | relevance | path

Searched refs:shift_low (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/core/
A Dbitblit.c101 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local
117 shift_low, mod); in bit_putcs_unaligned()
118 shift_low += mod; in bit_putcs_unaligned()
119 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in bit_putcs_unaligned()
120 shift_low &= 7; in bit_putcs_unaligned()
121 shift_high = 8 - shift_low; in bit_putcs_unaligned()
A Dfbcon_ud.c105 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local
120 shift_low, mod); in ud_putcs_unaligned()
121 shift_low += mod; in ud_putcs_unaligned()
122 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in ud_putcs_unaligned()
123 shift_low &= 7; in ud_putcs_unaligned()
124 shift_high = 8 - shift_low; in ud_putcs_unaligned()
A Dfbmem.c121 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer() argument
130 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
138 tmp |= *src >> shift_low; in fb_pad_unaligned_buffer()
/linux/include/linux/
A Dfb.h618 u32 height, u32 shift_high, u32 shift_low, u32 mod);

Completed in 12 milliseconds