Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dfastrpc.c40 #define FASTRPC_CTXID_MASK (0xFF0) macro
2421 ctxid = ((rsp->ctx & FASTRPC_CTXID_MASK) >> 4); in fastrpc_rpmsg_callback()