Searched refs:rolx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fb_draw.h | 182 static inline unsigned long rolx(unsigned long word, unsigned int shift, unsigned int x) in rolx() function
|
H A D | sysfillrect.c | 323 pat2 = le_long_to_cpu(rolx(cpu_to_le_long(pat), r, bpp)); in sys_fillrect()
|
H A D | cfbfillrect.c | 359 pat2 = le_long_to_cpu(rolx(cpu_to_le_long(pat), r, bpp)); in cfb_fillrect()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fb_draw.h | 182 static inline unsigned long rolx(unsigned long word, unsigned int shift, unsigned int x) in rolx() function
|
H A D | sysfillrect.c | 313 pat2 = le_long_to_cpu(rolx(cpu_to_le_long(pat), r, bpp)); in sys_fillrect()
|
H A D | cfbfillrect.c | 359 pat2 = le_long_to_cpu(rolx(cpu_to_le_long(pat), r, bpp)); in cfb_fillrect()
|
Completed in 3 milliseconds