HomeSort by relevance Sort by last modified time
    Searched refs:RSP_ID_MASK (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/libsecurepath/
tci.h 26 #define RSP_ID_MASK (1U << 31)
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)
51 tciResponseId_t responseId; /**< Response ID (must be command ID | RSP_ID_MASK )*/
  /hardware/samsung_slsi/exynos5/libkeymaster/
tci.h 43 #define RSP_ID_MASK (1U << 31)
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)
81 tciResponseId_t responseId; /**< Response ID (must be command ID | RSP_ID_MASK )*/
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
cmp.h 56 #define RSP_ID_MASK (1U << 31)
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)
73 /** Response ID (must be command ID | RSP_ID_MASK ). */
    [all...]

Completed in 53 milliseconds