Searched refs:MC_DRV_ERROR_MCP (Results 1 – 2 of 2) sorted by relevance
69 #define MC_DRV_ERROR_MCP(ecode) (((ecode)>>8) & 0xFF) /**< Get MCP part of error code. */ macro
357 uint32_t mcpResult = MC_DRV_ERROR_MCP(mcResult); in mcOpenSession()