Searched refs:S_PL_CONTROL (Results 1 – 1 of 1) sorted by relevance
6107 #define S_PL_CONTROL 16 macro6109 #define V_PL_CONTROL(x) ((x) << S_PL_CONTROL)6110 #define G_PL_CONTROL(x) (((x) >> S_PL_CONTROL) & M_PL_CONTROL)