Home
last modified time | relevance | path

Searched defs:CVAL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dsmbencrypt.c30 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) macro
/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1398 #define CVAL(x, y) (FLD_VAL(x, 10, 0) | FLD_VAL(y, 26, 16)) macro
2458 #define CVAL(xR, xG, xB) (FLD_VAL(xR, 9, 0) | FLD_VAL(xG, 20, 11) | \ macro
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c664 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) in dispc_ovl_write_color_conv_coef() macro
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c862 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) in dispc_ovl_write_color_conv_coef() macro