Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libsecurepath/
Dtci.h26 #define RSP_ID_MASK (1U << 31) macro
27 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK)
28 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0)
29 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK)
/hardware/samsung_slsi/exynos5/libkeymaster/
Dtci.h43 #define RSP_ID_MASK (1U << 31) macro
44 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK)
45 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0)
46 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK)
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
Dcmp.h56 #define RSP_ID_MASK (1U << 31) macro
57 #define RSP_ID(cmdId) (((uint32_t)(cmdId)) | RSP_ID_MASK)
58 #define IS_CMD(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == 0)
59 #define IS_RSP(cmdId) ((((uint32_t)(cmdId)) & RSP_ID_MASK) == RSP_ID_MASK)