Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
A Dfbcon.h92 #define attr_fgcol(fgshift,s) \ argument
93 (((s) >> (fgshift)) & 0x0f)
150 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1) argument
A Dtileblit.c24 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear() local
28 rect.fg = attr_fgcol_ec(fgshift, vc, info); in tile_clear()

Completed in 4 milliseconds