Searched refs:FASTRPC_CTXID_MASK (Results 1 – 1 of 1) sorted by relevance
50 #define FASTRPC_CTXID_MASK GENMASK(15, 8) macro612 idr_remove(&cctx->ctx_idr, FIELD_GET(FASTRPC_CTXID_MASK, ctx->ctxid)); in fastrpc_context_free()750 ctx->ctxid = FIELD_PREP(FASTRPC_CTXID_MASK, ret) | in fastrpc_context_alloc()2728 ctxid = FIELD_GET(FASTRPC_CTXID_MASK, rsp->ctx); in fastrpc_rpmsg_callback()