Searched refs:_fg (Results 1 – 2 of 2) sorted by relevance
31 #define COLOR_ATTR(_at, _fg, _bg, _hl) \ argument32 { .attr = &(_at), .has_color = true, .color_fg = _fg, .color_bg = _bg, .highlight = _hl }
1001 __le16 _fg = cpu_to_le16(fg); in fsl_diu_load_cursor_image() local1010 cursor[w] = (line & mask) ? _fg : _bg; in fsl_diu_load_cursor_image()