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

  /hardware/ti/omap4-aah/security/tee_client_api/
schannel6_protocol.h 86 #define SCX_GET_PARAM_TYPE(t, i) (((t) >> (4*i)) & 0xF)
tee_client_api_linux_driver.c 282 nSCXParamType = SCX_GET_PARAM_TYPE(pCommand->sHeader.nMessageInfo, i);
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 95 #define SCX_GET_PARAM_TYPE(t, i) (((t) >> (4*i)) & 0xF)
tee_client_api_linux_driver.c 274 nSCXParamType = SCX_GET_PARAM_TYPE(pCommand->sHeader.nMessageInfo, i);

Completed in 37 milliseconds