Searched refs:IS_MCTM0 (Results 1 – 3 of 3) sorted by relevance
203 #define IS_MCTM(x) (IS_MCTM0(x))206 #define IS_MCTM0(x) (x == HT_MCTM0) macro208 #define IS_MCTM0(x) (0) macro
447 #define IS_TM(x) (IS_GPTM0(x) || IS_GPTM1(x) || IS_MCTM0(x) || IS_PWM0(x) || IS_PWM1(x) …461 #define IS_MCTM0(x) (x == HT_MCTM0) macro463 #define IS_MCTM0(x) (0) macro
302 #define IS_TM(x) (IS_GPTM0(x) || IS_GPTM1(x) || IS_MCTM0(x) || IS_MCTM1(x) || IS_SCTM(x))306 #define IS_MCTM0(x) (0) macro315 #undef IS_MCTM0316 #define IS_MCTM0(x) (x == HT_MCTM0) macro
Completed in 12 milliseconds