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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_cursor.c124 u32 fg_idx, bg_idx, fg, bg; local
127 bg_idx = cursor->image.bg_color;
133 bg = ((info->cmap.red[bg_idx] & 0xff) << 24) |
134 ((info->cmap.green[bg_idx] & 0xff) << 16) |
135 ((info->cmap.blue[bg_idx] & 0xff) << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/aty/
H A Dmach64_cursor.c124 u32 fg_idx, bg_idx, fg, bg; local
127 bg_idx = cursor->image.bg_color;
133 bg = ((info->cmap.red[bg_idx] & 0xff) << 24) |
134 ((info->cmap.green[bg_idx] & 0xff) << 16) |
135 ((info->cmap.blue[bg_idx] & 0xff) << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
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 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.c1082 u32 bg_idx = cursor->image.bg_color; local
1089 bg_color = (((u32)cmap.red[bg_idx] & 0xff00) << 8) |
1090 (((u32)cmap.green[bg_idx] & 0xff00) << 0) |
1091 (((u32)cmap.blue[bg_idx] & 0xff00) >> 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
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 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.c1082 u32 bg_idx = cursor->image.bg_color; local
1089 bg_color = (((u32)cmap.red[bg_idx] & 0xff00) << 8) |
1090 (((u32)cmap.green[bg_idx] & 0xff00) << 0) |
1091 (((u32)cmap.blue[bg_idx] & 0xff00) >> 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnvidia.c569 u32 bg_idx = cursor->image.bg_color; local
595 bg = ((info->cmap.red[bg_idx] & 0xf8) << 7) |
596 ((info->cmap.green[bg_idx] & 0xf8) << 2) |
597 ((info->cmap.blue[bg_idx] & 0xf8) >> 3) | 1 << 15;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c569 u32 bg_idx = cursor->image.bg_color; local
595 bg = ((info->cmap.red[bg_idx] & 0xf8) << 7) |
596 ((info->cmap.green[bg_idx] & 0xf8) << 2) |
597 ((info->cmap.blue[bg_idx] & 0xf8) >> 3) | 1 << 15;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/riva/
H A Dfbdev.c1629 u32 bg_idx = cursor->image.bg_color; local
1655 bg = ((info->cmap.red[bg_idx] & 0xf8) << 7) |
1656 ((info->cmap.green[bg_idx] & 0xf8) << 2) |
1657 ((info->cmap.blue[bg_idx] & 0xf8) >> 3) |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c1629 u32 bg_idx = cursor->image.bg_color; local
1655 bg = ((info->cmap.red[bg_idx] & 0xf8) << 7) |
1656 ((info->cmap.green[bg_idx] & 0xf8) << 2) |
1657 ((info->cmap.blue[bg_idx] & 0xf8) >> 3) |

Completed in 419 milliseconds