Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/console/
Dfbcon.h93 #define attr_fgcol(fgshift,s) \ macro
129 return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char) in attr_col_ec()
Dfbcon.c303 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()