Searched refs:S_HLIM (Results 1 – 1 of 1) sorted by relevance
68184 #define S_HLIM 0 macro68186 #define V_HLIM(x) ((x) << S_HLIM)68187 #define G_HLIM(x) (((x) >> S_HLIM) & M_HLIM)