bg_col           1089 drivers/video/fbdev/sm501fb.c 		unsigned int bg_col = cursor->image.bg_color;
bg_col           1093 drivers/video/fbdev/sm501fb.c 			__func__, bg_col, fg_col);
bg_col           1095 drivers/video/fbdev/sm501fb.c 		bg = ((info->cmap.red[bg_col] & 0xF8) << 8) |
bg_col           1096 drivers/video/fbdev/sm501fb.c 			((info->cmap.green[bg_col] & 0xFC) << 3) |
bg_col           1097 drivers/video/fbdev/sm501fb.c 			((info->cmap.blue[bg_col] & 0xF8) >> 3);