Searched refs:S_CMDMODE (Results 1 – 1 of 1) sorted by relevance
2017 #define S_CMDMODE 0 macro2019 #define V_CMDMODE(x) ((x) << S_CMDMODE)2020 #define G_CMDMODE(x) (((x) >> S_CMDMODE) & M_CMDMODE)