Lines Matching refs:col
2296 unsigned short col; in fbcon_clgen8_clear() local
2305 col = attr_bgcol_ec (p, conp); in fbcon_clgen8_clear()
2306 col &= 0xff; in fbcon_clgen8_clear()
2310 col, fb_info->currentmode.line_length); in fbcon_clgen8_clear()
2344 unsigned short col; in fbcon_clgen16_clear() local
2353 col = attr_bgcol_ec (p, conp); in fbcon_clgen16_clear()
2354 col &= 0xff; in fbcon_clgen16_clear()
2358 col, fb_info->currentmode.line_length); in fbcon_clgen16_clear()
2393 unsigned short col; in fbcon_clgen32_clear() local
2402 col = attr_bgcol_ec (p, conp); in fbcon_clgen32_clear()
2403 col &= 0xff; in fbcon_clgen32_clear()
2407 col, fb_info->currentmode.line_length); in fbcon_clgen32_clear()