Searched refs:attr_bgcol_ec (Results 1 – 6 of 6) sorted by relevance
/drivers/video/fbdev/core/ |
D | fbcon.h | 154 #define attr_bgcol_ec(bgshift, vc, info) attr_col_ec(bgshift, vc, info, 0) macro
|
D | tileblit.c | 45 rect.bg = attr_bgcol_ec(bgshift, vc, info); in tile_clear()
|
D | fbcon_cw.c | 73 region.color = attr_bgcol_ec(bgshift,vc,info); in cw_clear()
|
D | bitblit.c | 67 region.color = attr_bgcol_ec(bgshift, vc, info); in bit_clear()
|
D | fbcon_ud.c | 75 region.color = attr_bgcol_ec(bgshift,vc,info); in ud_clear()
|
D | fbcon_ccw.c | 88 region.color = attr_bgcol_ec(bgshift,vc,info); in ccw_clear()
|