color_map          58 drivers/video/fbdev/bw2.c 	u32 color_map;
color_map          83 drivers/video/fbdev/cg3.c 	u32 color_map;
color_map         170 drivers/video/fbdev/cg3.c 		sbus_writel(*p32++, &bt->color_map);
color_map         250 drivers/video/fbdev/cg6.c 	u32	color_map;
color_map         502 drivers/video/fbdev/cg6.c 	sbus_writel((u32)red << 24, &bt->color_map);
color_map         503 drivers/video/fbdev/cg6.c 	sbus_writel((u32)green << 24, &bt->color_map);
color_map         504 drivers/video/fbdev/cg6.c 	sbus_writel((u32)blue << 24, &bt->color_map);
color_map         102 drivers/video/fbdev/tcx.c 	u32 color_map;
color_map         188 drivers/video/fbdev/tcx.c 	sbus_writel(red << 24, &bt->color_map);
color_map         189 drivers/video/fbdev/tcx.c 	sbus_writel(green << 24, &bt->color_map);
color_map         190 drivers/video/fbdev/tcx.c 	sbus_writel(blue << 24, &bt->color_map);