Searched refs:S_MODE_CTL (Results 1 – 1 of 1) sorted by relevance
61579 #define S_MODE_CTL 0 macro61581 #define V_MODE_CTL(x) ((x) << S_MODE_CTL)61582 #define G_MODE_CTL(x) (((x) >> S_MODE_CTL) & M_MODE_CTL)