Searched defs:CVAL (Results 1 – 3 of 3) sorted by relevance
46 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) macro
731 #define CVAL(x, y) (((x & 2047) << 16) | (y & 2047)) in setup_color_conv_coef() macro
605 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) in _dispc_setup_color_conv_coef() macro