Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcon.h95 #define attr_fgcol(fgshift,s) \ argument
153 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1) argument
H A Dtileblit.c39 int fgshift = (vc->vc_hi_font_mask) ? 9 : 8; in tile_clear() local