Searched refs:attr_col_ec (Results 1 – 1 of 1) sorted by relevance
/drivers/video/fbdev/core/ |
D | fbcon.h | 121 static inline int attr_col_ec(int shift, struct vc_data *vc, in attr_col_ec() function 154 #define attr_bgcol_ec(bgshift, vc, info) attr_col_ec(bgshift, vc, info, 0) 155 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1)
|