Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds