Searched refs:fb_right (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_copyarea.h | 182 d0 |= fb_right(reorder(fb_read_offset(0, src), reverse), right); in fb_copy_fwd() 189 d0 = fb_right(reorder(fb_read_offset(0, src), reverse), right); in fb_copy_fwd() 205 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 215 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 219 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 223 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 227 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 235 d0 = fb_left(d0, left) | fb_right(d1, right); in fb_copy_fwd() 246 d0 |= fb_right(reorder(fb_read_offset(offset, src), reverse), in fb_copy_fwd() 276 d0 = fb_right(reorder(fb_read_offset(1, src), reverse), right); in fb_copy_rev() [all …]
|
| H A D | fb_draw.h | 78 static inline unsigned long fb_right(unsigned long value, int index) in fb_right() function 128 return reverse.pixel ? fb_left(~0UL, index) : swab_long(fb_right(~0UL, index)); in fb_pixel_mask() 130 return reverse.pixel ? swab_long(fb_left(~0UL, index)) : fb_right(~0UL, index); in fb_pixel_mask() 132 return reverse.byte ? swab_long(fb_right(~0UL, index)) : fb_right(~0UL, index); in fb_pixel_mask()
|
| H A D | fb_fillrect.h | 63 | fb_right(pattern->pixels, pattern->right); in fb_pattern_rotate() 228 return fb_right(pattern, shift) | fb_left(pattern, bpp - shift); in fb_rotate()
|
| H A D | fb_imageblit.h | 139 val &= ~fb_right(~0UL, shift); in fb_bitblit() 146 val |= fb_right(pixels, shift); in fb_bitblit()
|