Searched refs:GET_MCTLPP_INST_IDX (Results 1 – 6 of 6) sorted by relevance
1958 #define GET_MCTLPP_INST_IDX(handle) \ macro
2046 #define GET_MCTLPP_INST_IDX(handle) ((handle & 0x8000) ? ((handle & 0x7F00) >> 8) : 0xFF) macro
2117 #define GET_MCTLPP_INST_IDX(handle) ((handle & 0x8000) ? ((handle & 0x7F00) >> 8) : 0xFF) macro
2216 #define GET_MCTLPP_INST_IDX(handle) \ macro