Searched refs:fb_shifted_pixels_mask_u32 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/video/fbdev/core/
H A Dfb_draw.h101 static inline u32 fb_shifted_pixels_mask_u32(struct fb_info *p, u32 index, function
168 #define fb_shifted_pixels_mask_u32(p, i, b) FB_SHIFT_HIGH((p), ~(u32)0, (i)) macro
H A Dcfbimgblt.c97 u32 start_mask = ~fb_shifted_pixels_mask_u32(p,
121 u32 end_mask = fb_shifted_pixels_mask_u32(p, shift,
165 u32 start_mask = ~fb_shifted_pixels_mask_u32(p,
189 u32 end_mask = fb_shifted_pixels_mask_u32(p, shift,

Completed in 117 milliseconds