fg_col 1090 drivers/video/fbdev/sm501fb.c unsigned int fg_col = cursor->image.fg_color; fg_col 1093 drivers/video/fbdev/sm501fb.c __func__, bg_col, fg_col); fg_col 1099 drivers/video/fbdev/sm501fb.c fg = ((info->cmap.red[fg_col] & 0xF8) << 8) | fg_col 1100 drivers/video/fbdev/sm501fb.c ((info->cmap.green[fg_col] & 0xFC) << 3) | fg_col 1101 drivers/video/fbdev/sm501fb.c ((info->cmap.blue[fg_col] & 0xF8) >> 3);