Home
last modified time | relevance | path

Searched refs:GET_BIT_RANGE (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/video/msm/
Dmdp_ppp.c143 #define GET_BIT_RANGE(value, high, low) \ macro
151 transp |= ((GET_BIT_RANGE(req->transp_mask, 15, 11) << 3) | in transp_convert()
152 (GET_BIT_RANGE(req->transp_mask, 15, 13))) << 16; in transp_convert()
154 transp |= ((GET_BIT_RANGE(req->transp_mask, 4, 0) << 3) | in transp_convert()
155 (GET_BIT_RANGE(req->transp_mask, 4, 2))) << 8; in transp_convert()
157 transp |= (GET_BIT_RANGE(req->transp_mask, 10, 5) << 2) | in transp_convert()
158 (GET_BIT_RANGE(req->transp_mask, 10, 9)); in transp_convert()
161 transp |= (GET_BIT_RANGE(req->transp_mask, 15, 8)) | in transp_convert()
162 (GET_BIT_RANGE(req->transp_mask, 23, 16) << 16) | in transp_convert()
163 (GET_BIT_RANGE(req->transp_mask, 7, 0) << 8); in transp_convert()
[all …]