Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 1 of 1) sorted by relevance

/arm-trusted-firmware/plat/imx/common/include/sci/
H A Dsci_rpc.h27 #define RPC_VER(MSG) ((MSG)->version) argument
28 #define RPC_SIZE(MSG) ((MSG)->size) argument
29 #define RPC_SVC(MSG) ((MSG)->svc) argument
30 #define RPC_FUNC(MSG) ((MSG)->func) argument
31 #define RPC_R8(MSG) ((MSG) argument
32 RPC_I32(MSG,IDX) global() argument
33 RPC_I16(MSG,IDX) global() argument
34 RPC_I8(MSG,IDX) global() argument
35 RPC_U32(MSG,IDX) global() argument
36 RPC_U16(MSG,IDX) global() argument
37 RPC_U8(MSG,IDX) global() argument
[all...]