Searched refs:FB_GEN1 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_imageblit.h | 202 #define FB_GEN1(a) ((a)/8+((a)&4)/2+((a)&2)*2+((a)&1)*8) macro 206 #define FB_GEN1(a) (a) macro 224 FB_GEN1(0), FB_GEN1(1), FB_GEN1(2), FB_GEN1(3), in fb_bitmap4x_imageblit() 225 FB_GEN1(4), FB_GEN1(5), FB_GEN1(6), FB_GEN1(7), in fb_bitmap4x_imageblit() 226 FB_GEN1(8), FB_GEN1(9), FB_GEN1(10), FB_GEN1(11), in fb_bitmap4x_imageblit() 227 FB_GEN1(12), FB_GEN1(13), FB_GEN1(14), FB_GEN1(15) in fb_bitmap4x_imageblit()
|