Searched refs:bg_idx (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_cursor.c122 u32 fg_idx, bg_idx, fg, bg; local
125 bg_idx = cursor->image.bg_color;
131 bg = ((info->cmap.red[bg_idx] & 0xff) << 24) |
132 ((info->cmap.green[bg_idx] & 0xff) << 16) |
133 ((info->cmap.blue[bg_idx] & 0xff) << 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c568 u32 bg_idx = cursor->image.bg_color; local
594 bg = ((info->cmap.red[bg_idx] & 0xf8) << 7) |
595 ((info->cmap.green[bg_idx] & 0xf8) << 2) |
596 ((info->cmap.blue[bg_idx] & 0xf8) >> 3) | 1 << 15;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c1630 u32 bg_idx = cursor->image.bg_color; local
1656 bg = ((info->cmap.red[bg_idx] & 0xf8) << 7) |
1657 ((info->cmap.green[bg_idx] & 0xf8) << 2) |
1658 ((info->cmap.blue[bg_idx] & 0xf8) >> 3) |

Completed in 62 milliseconds