Searched defs:CVAL (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/tidss/ |
D | tidss_dispc.c | 1345 #define CVAL(x, y) (FLD_VAL(x, 10, 0) | FLD_VAL(y, 26, 16)) macro 2407 #define CVAL(xR, xG, xB) (FLD_VAL(xR, 9, 0) | FLD_VAL(xG, 20, 11) | \ macro
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 666 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) in dispc_ovl_write_color_conv_coef() macro
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 865 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) in dispc_ovl_write_color_conv_coef() macro
|