Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/domx/mm_osal/inc/
Dtimm_osal_error.h85 #define TIMM_OSAL_ERR_CREATE(type, compID, errorID)\ argument
86 (((type)<<30)+(((compID)&0x003FFF)<<16)+((errorID)&0x00FFFF))
93 #define TIMM_OSAL_ERR_SPLIT(error, type, compID, errorID)\ argument
96 (TIMM_OSAL_U32)(errorID=(error)&0x00FFFF); }