Searched refs:bg_idx (Results 1 - 7 of 7) sorted by relevance

/drivers/video/fbdev/aty/
H A Dmach64_cursor.c125 u32 fg_idx, bg_idx, fg, bg; local
128 bg_idx = cursor->image.bg_color;
134 bg = ((info->cmap.red[bg_idx] & 0xff) << 24) |
135 ((info->cmap.green[bg_idx] & 0xff) << 16) |
136 ((info->cmap.blue[bg_idx] & 0xff) << 8);
/drivers/video/fbdev/
H A Dpm2fb.c1300 u32 bg_idx = cursor->image.bg_color; local
1306 cmap.red[bg_idx] >> 8 );
1308 cmap.green[bg_idx] >> 8 );
1310 cmap.blue[bg_idx] >> 8 );
1409 u32 bg_idx = cursor->image.bg_color; local
1414 info->cmap.red[bg_idx] >> 8);
1416 info->cmap.green[bg_idx] >> 8);
1418 info->cmap.blue[bg_idx] >> 8);
H A Dfsl-diu-fb.c1066 unsigned int bg_idx = cursor->image.bg_color; local
1083 bg = ((info->cmap.red[bg_idx] & 0xf8) << 7) |
1084 ((info->cmap.green[bg_idx] & 0xf8) << 2) |
1085 ((info->cmap.blue[bg_idx] & 0xf8) >> 3) |
H A Dpm3fb.c666 u32 bg_idx = cursor->image.bg_color; local
678 cmap.red[bg_idx] >> 8 );
680 cmap.green[bg_idx] >> 8 );
682 cmap.blue[bg_idx] >> 8 );
H A Dtdfxfb.c1089 u32 bg_idx = cursor->image.bg_color; local
1096 bg_color = (((u32)cmap.red[bg_idx] & 0xff00) << 8) |
1097 (((u32)cmap.green[bg_idx] & 0xff00) << 0) |
1098 (((u32)cmap.blue[bg_idx] & 0xff00) >> 8);
/drivers/video/fbdev/nvidia/
H A Dnvidia.c570 u32 bg_idx = cursor->image.bg_color; local
596 bg = ((info->cmap.red[bg_idx] & 0xf8) << 7) |
597 ((info->cmap.green[bg_idx] & 0xf8) << 2) |
598 ((info->cmap.blue[bg_idx] & 0xf8) >> 3) | 1 << 15;
/drivers/video/fbdev/riva/
H A Dfbdev.c1619 u32 bg_idx = cursor->image.bg_color; local
1645 bg = ((info->cmap.red[bg_idx] & 0xf8) << 7) |
1646 ((info->cmap.green[bg_idx] & 0xf8) << 2) |
1647 ((info->cmap.blue[bg_idx] & 0xf8) >> 3) |

Completed in 247 milliseconds