Searched refs:S_MT_PVTN (Results 1 – 1 of 1) sorted by relevance
74082 #define S_MT_PVTN 5 macro74084 #define V_MT_PVTN(x) ((x) << S_MT_PVTN)74085 #define G_MT_PVTN(x) (((x) >> S_MT_PVTN) & M_MT_PVTN)