Searched refs:S_CH2_INPUT (Results 1 – 1 of 1) sorted by relevance
28654 #define S_CH2_INPUT 6 macro28656 #define V_CH2_INPUT(x) ((x) << S_CH2_INPUT)28657 #define G_CH2_INPUT(x) (((x) >> S_CH2_INPUT) & M_CH2_INPUT)