Searched refs:S_EC_CREDITS (Results 1 – 1 of 1) sorted by relevance
9 #define S_EC_CREDITS 0 macro11 #define V_EC_CREDITS(x) ((x) << S_EC_CREDITS)12 #define G_EC_CREDITS(x) (((x) >> S_EC_CREDITS) & M_EC_CREDITS)
Completed in 3 milliseconds