Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsm501fb.c1089 unsigned int bg_col = cursor->image.bg_color; in sm501fb_cursor() local
1093 __func__, bg_col, fg_col); in sm501fb_cursor()
1095 bg = ((info->cmap.red[bg_col] & 0xF8) << 8) | in sm501fb_cursor()
1096 ((info->cmap.green[bg_col] & 0xFC) << 3) | in sm501fb_cursor()
1097 ((info->cmap.blue[bg_col] & 0xF8) >> 3); in sm501fb_cursor()