Home
last modified time | relevance | path

Searched refs:MSG (Results 1 – 2 of 2) 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...]
/arm-trusted-firmware/.husky/
H A Dcommit-msg.gerrit24 MSG="$1"
36 ' "$MSG" | git stripspace`
54 if grep -i '^Change-Id:' "$MSG" >/dev/null
60 T="$MSG.tmp.$$"
175 }' "$MSG" > "$T" && mv "$T" "$MSG" || rm -f "$T"