Searched defs:fgshift (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
| D | fbcon.h | 97 #define attr_fgcol(fgshift,s) \ argument 155 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1) argument
|
| D | tileblit.c | 40 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear() local
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| D | fbcon.h | 95 #define attr_fgcol(fgshift,s) \ argument 153 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1) argument
|
| D | tileblit.c | 39 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear() local
|