Home
last modified time | relevance | path

Searched defs:fb_shifted_pixels_mask_long (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_draw.h122 static inline unsigned long fb_shifted_pixels_mask_long(struct fb_info *p, in fb_shifted_pixels_mask_long() function
169 #define fb_shifted_pixels_mask_long(p, i, b) FB_SHIFT_HIGH((p), ~0UL, (i)) macro