Searched refs:bg_col (Results 1 – 1 of 1) sorted by relevance
1091 unsigned int bg_col = cursor->image.bg_color; in sm501fb_cursor() local1095 __func__, bg_col, fg_col); in sm501fb_cursor()1097 bg = ((info->cmap.red[bg_col] & 0xF8) << 8) | in sm501fb_cursor()1098 ((info->cmap.green[bg_col] & 0xFC) << 3) | in sm501fb_cursor()1099 ((info->cmap.blue[bg_col] & 0xF8) >> 3); in sm501fb_cursor()