Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c63 #define REMOTE_SCALARS_INBUFS(sc) (((sc) >> 16) & 0x0ff) macro
74 #define REMOTE_SCALARS_LENGTH(sc) (REMOTE_SCALARS_INBUFS(sc) + \
590 ctx->nbufs = REMOTE_SCALARS_INBUFS(sc) + in fastrpc_context_alloc()
947 inbufs = REMOTE_SCALARS_INBUFS(ctx->sc); in fastrpc_get_args()
1075 inbufs = REMOTE_SCALARS_INBUFS(ctx->sc); in fastrpc_put_args()