Searched refs:S_EC_BASE_HI (Results 1 – 1 of 1) sorted by relevance
33 #define S_EC_BASE_HI 0 macro35 #define V_EC_BASE_HI(x) ((x) << S_EC_BASE_HI)36 #define G_EC_BASE_HI(x) (((x) >> S_EC_BASE_HI) & M_EC_BASE_HI)
Completed in 4 milliseconds