Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c50 #define FASTRPC_CTXID_MASK GENMASK(15, 8) macro
612 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()