Searched refs:attr_fgcol_ec (Results 1 – 2 of 2) sorted by relevance
/drivers/video/console/ | ||
D | fbcon.h | 152 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1) macro |
D | tileblit.c | 43 rect.fg = attr_fgcol_ec(fgshift, vc, info); in tile_clear() |