Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
A Dbitblit.c102 u32 shift_high = 8; in bit_putcs_unaligned() local
116 image->height, shift_high, in bit_putcs_unaligned()
121 shift_high = 8 - shift_low; in bit_putcs_unaligned()
A Dfbcon_ud.c106 u32 shift_high = 8; in ud_putcs_unaligned() local
119 image->height, shift_high, 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
123 u8 mask = (u8) (0xfff << shift_high), tmp; in fb_pad_unaligned_buffer()
132 tmp = *src << shift_high; in fb_pad_unaligned_buffer()
140 if (shift_high < mod) { in fb_pad_unaligned_buffer()
141 tmp = *src << shift_high; 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