Home
last modified time | relevance | path

Searched refs:attr_bgcol_ec (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfbcon.h152 #define attr_bgcol_ec(bgshift, vc, info) attr_col_ec(bgshift, vc, info, 0) macro
H A Dtileblit.c44 rect.bg = attr_bgcol_ec(bgshift, vc, info); in tile_clear()
H A Dfbcon_ccw.c88 region.color = attr_bgcol_ec(bgshift,vc,info); in ccw_clear()
H A Dbitblit.c67 region.color = attr_bgcol_ec(bgshift, vc, info); in bit_clear()
H A Dfbcon_cw.c73 region.color = attr_bgcol_ec(bgshift,vc,info); in cw_clear()
H A Dfbcon_ud.c75 region.color = attr_bgcol_ec(bgshift,vc,info); in ud_clear()