Searched refs:S_ECMDLEN (Results 1 – 1 of 1) sorted by relevance
62345 #define S_ECMDLEN 22 macro62347 #define V_ECMDLEN(x) ((x) << S_ECMDLEN)62348 #define G_ECMDLEN(x) (((x) >> S_ECMDLEN) & M_ECMDLEN)