Searched defs:CVAL (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | smbencrypt.c | 30 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) macro
|
/linux-6.12.1/drivers/gpu/drm/tidss/ |
D | tidss_dispc.c | 1455 #define CVAL(x, y) (FLD_VAL(x, 10, 0) | FLD_VAL(y, 26, 16)) macro 2517 #define CVAL(xR, xG, xB) (FLD_VAL(xR, 9, 0) | FLD_VAL(xG, 20, 11) | \ macro
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 664 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) in dispc_ovl_write_color_conv_coef() macro
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 862 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) in dispc_ovl_write_color_conv_coef() macro
|