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