Searched refs:S_CMURANGE (Results 1 – 1 of 1) sorted by relevance
7410 #define S_CMURANGE 21 macro7412 #define V_CMURANGE(x) ((x) << S_CMURANGE)7413 #define G_CMURANGE(x) (((x) >> S_CMURANGE) & M_CMURANGE)