Home
last modified time | relevance | path

Searched refs:fgshift (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/core/
Dfbcon.h97 #define attr_fgcol(fgshift,s) \ argument
98 (((s) >> (fgshift)) & 0x0f)
155 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1) argument
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()