Searched refs:bgshift (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/video/console/ |
H A D | fbcon.h | 96 #define attr_bgcol(bgshift,s) \ 97 (((s) >> (bgshift)) & 0x0f) 151 #define attr_bgcol_ec(bgshift, vc, info) attr_col_ec(bgshift, vc, info, 0)
|
H A D | tileblit.c | 38 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; tile_clear() local 44 rect.bg = attr_bgcol_ec(bgshift, vc, info); tile_clear()
|
H A D | bitblit.c | 64 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; bit_clear() local 67 region.color = attr_bgcol_ec(bgshift, vc, info); bit_clear()
|
H A D | fbcon_ccw.c | 85 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; ccw_clear() local 88 region.color = attr_bgcol_ec(bgshift,vc,info); ccw_clear()
|
H A D | fbcon_cw.c | 70 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; cw_clear() local 73 region.color = attr_bgcol_ec(bgshift,vc,info); cw_clear()
|
H A D | fbcon_ud.c | 71 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; ud_clear() local 75 region.color = attr_bgcol_ec(bgshift,vc,info); ud_clear()
|
Completed in 95 milliseconds