Lines Matching refs:blue
473 u8 blue[32]; member
483 static int aty128fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue,
1187 var->blue.offset = 0; in aty128_pix_width_to_var()
1188 var->blue.msb_right = 0; in aty128_pix_width_to_var()
1199 var->blue.length = 8; in aty128_pix_width_to_var()
1207 var->blue.length = 5; in aty128_pix_width_to_var()
1215 var->blue.length = 5; in aty128_pix_width_to_var()
1223 var->blue.length = 8; in aty128_pix_width_to_var()
1231 var->blue.length = 8; in aty128_pix_width_to_var()
1673 static void aty128_st_pal(u_int regno, u_int red, u_int green, u_int blue, in aty128_st_pal() argument
1688 aty_st_le32(PALETTE_DATA, (red<<16)|(green<<8)|blue); in aty128_st_pal()
1695 aty_st_le32(PALETTE_DATA, (red<<16)|(green<<8)|blue); in aty128_st_pal()
2277 static int aty128fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in aty128fb_setcolreg() argument
2289 blue >>= 8; in aty128fb_setcolreg()
2323 par->blue[regno] = blue; in aty128fb_setcolreg()
2325 blue, par); in aty128fb_setcolreg()
2328 blue = par->blue[regno/2]; in aty128fb_setcolreg()
2332 aty128_st_pal(regno, red, green, blue, par); in aty128fb_setcolreg()