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.c62 #define REMOTE_SCALARS_INBUFS(sc) (((sc) >> 16) & 0x0ff) macro
73 #define REMOTE_SCALARS_LENGTH(sc) (REMOTE_SCALARS_INBUFS(sc) + \
610 ctx->nbufs = REMOTE_SCALARS_INBUFS(sc) + in fastrpc_context_alloc()
998 inbufs = REMOTE_SCALARS_INBUFS(ctx->sc); in fastrpc_get_args()
1127 inbufs = REMOTE_SCALARS_INBUFS(ctx->sc); in fastrpc_put_args()