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