Searched refs:attr_fgcol (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/video/fbdev/core/ | ||
| H A D | fbcon.h | 95 #define attr_fgcol(fgshift,s) \ macro |
| H A D | fbcon.c | 307 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color() |