Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libsecurepath/
Dtci.h27 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK) argument
28 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0) argument
29 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK) argument
/hardware/samsung_slsi/exynos5/libkeymaster/
Dtci.h44 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK) argument
45 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0) argument
46 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK) argument
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
Dmcimcp.h123 mcpCmdId_t cmdId; /**< Command ID of the command */ member
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
Dcmp.h57 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK) argument
58 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0) argument
59 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK) argument