Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dsticore.c78 static const u8 col_trans[8] = { variable
83 #define c_fg(sti, c) col_trans[((c>> 8) & 7)]
84 #define c_bg(sti, c) col_trans[((c>>11) & 7)]