Searched refs:FB_SHIFT_LOW (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fb_draw.h | 110 mask = FB_SHIFT_LOW(p, mask, index & (bswapmask)) & mask; in fb_shifted_pixels_mask_u32() 132 mask = FB_SHIFT_LOW(p, mask, index & (bswapmask)) & mask; in fb_shifted_pixels_mask_long()
|
H A D | sysimgblt.c | 88 FB_SHIFT_LOW(p, color, 32 - shift); in color_imageblit() 151 FB_SHIFT_LOW(p, color, 32 - shift); in slow_imageblit()
|
H A D | cfbimgblt.c | 114 FB_SHIFT_LOW(p, color, 32 - shift); in color_imageblit() 180 FB_SHIFT_LOW(p, color, 32 - shift); in slow_imageblit()
|
/openbmc/u-boot/include/linux/ |
H A D | fb.h | 569 #define FB_SHIFT_LOW(p, val, bits) (fb_be_math(p) ? (val) << (bits) : \ macro
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 517 #define FB_SHIFT_LOW(p, val, bits) (fb_be_math(p) ? (val) << (bits) : \ macro
|