Searched refs:bgshift (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.h94 #define attr_bgcol(bgshift,s) \
95 (((s) >> (bgshift)) & 0x0f)
96 #define attr_bgcol_ec(bgshift,vc) \
97 ((vc) ? (((vc)->vc_video_erase_char >> (bgshift)) & 0x0f) : 0)
H A Dtileblit.c38 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; local
44 rect.bg = attr_bgcol_ec(bgshift, vc);
H A Dbitblit.c63 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; local
66 region.color = attr_bgcol_ec(bgshift, vc);
207 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; local
216 region.color = attr_bgcol_ec(bgshift, vc);
H A Dfbcon_ccw.c84 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; local
87 region.color = attr_bgcol_ec(bgshift,vc);
199 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; local
201 region.color = attr_bgcol_ec(bgshift,vc);
H A Dfbcon_cw.c70 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; local
73 region.color = attr_bgcol_ec(bgshift,vc);
183 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; local
185 region.color = attr_bgcol_ec(bgshift,vc);
H A Dfbcon_ud.c70 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; local
74 region.color = attr_bgcol_ec(bgshift,vc);
229 int bgshift = (vc->vc_hi_font_mask) ? 13 : 12; local
231 region.color = attr_bgcol_ec(bgshift,vc);

Completed in 132 milliseconds