Searched defs:fgshift (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | tileblit.c | 40 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear() local
|
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
|
/kernel/linux/linux-4.19/drivers/video/fbdev/core/ |
D | tileblit.c | 40 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear() local
|
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
|