Home
last modified time | relevance | path

Searched refs:fgshift (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.h97 #define attr_fgcol(fgshift,s) \
98 (((s) >> (fgshift)) & 0x0f)
155 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1)
H A Dtileblit.c40 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear() local
44 rect.fg = attr_fgcol_ec(fgshift, vc, info); in tile_clear()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.h95 #define attr_fgcol(fgshift,s) \
96 (((s) >> (fgshift)) & 0x0f)
153 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1)
H A Dtileblit.c39 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear() local
43 rect.fg = attr_fgcol_ec(fgshift, vc, info); in tile_clear()

Completed in 3 milliseconds