Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.h95 #define attr_fgcol(fgshift,s) \ macro
H A Dfbcon.c307 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()