Searched refs:_bg (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 }
1002 __le16 _bg = cpu_to_le16(bg); in fsl_diu_load_cursor_image() local1010 cursor[w] = (line & mask) ? _fg : _bg; in fsl_diu_load_cursor_image()