Lines Matching refs:blue
464 u8 blue[32]; member
474 static int aty128fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
1178 var->blue.offset = 0; in aty128_pix_width_to_var()
1179 var->blue.msb_right = 0; in aty128_pix_width_to_var()
1190 var->blue.length = 8; in aty128_pix_width_to_var()
1198 var->blue.length = 5; in aty128_pix_width_to_var()
1206 var->blue.length = 5; in aty128_pix_width_to_var()
1214 var->blue.length = 8; in aty128_pix_width_to_var()
1222 var->blue.length = 8; in aty128_pix_width_to_var()
1664 static void aty128_st_pal(u_int regno, u_int red, u_int green, u_int blue, in aty128_st_pal() argument
1679 aty_st_le32(PALETTE_DATA, (red<<16)|(green<<8)|blue); in aty128_st_pal()
1686 aty_st_le32(PALETTE_DATA, (red<<16)|(green<<8)|blue); in aty128_st_pal()
2256 static int aty128fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in aty128fb_setcolreg() argument
2268 blue >>= 8; in aty128fb_setcolreg()
2302 par->blue[regno] = blue; in aty128fb_setcolreg()
2304 blue, par); in aty128fb_setcolreg()
2307 blue = par->blue[regno/2]; in aty128fb_setcolreg()
2311 aty128_st_pal(regno, red, green, blue, par); in aty128fb_setcolreg()