Searched refs:S_CALSSTN (Results 1 – 1 of 1) sorted by relevance
36607 #define S_CALSSTN 3 macro36609 #define V_CALSSTN(x) ((x) << S_CALSSTN)36610 #define G_CALSSTN(x) (((x) >> S_CALSSTN) & M_CALSSTN)