Lines Matching refs:GET_BIT_RANGE
143 #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()
167 #undef GET_BIT_RANGE