Searched refs:GET_MCTLPP_INST_IDX (Results 1 – 4 of 4) 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
2127 #define GET_MCTLPP_INST_IDX(handle) ((handle & 0x8000) ? ((handle & 0x7F00) >> 8) : 0xFF) macro
2224 #define GET_MCTLPP_INST_IDX(handle) \ macro