Home
last modified time | relevance | path

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

/drivers/video/fbdev/core/
Dfbcon.h97 #define attr_fgcol(fgshift,s) \ macro
133 return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char) in attr_col_ec()
Dfbcon.c312 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()