Searched refs:S_MWDATA (Results 1 – 1 of 1) sorted by relevance
62035 #define S_MWDATA 0 macro62037 #define V_MWDATA(x) ((x) << S_MWDATA)62038 #define G_MWDATA(x) (((x) >> S_MWDATA) & M_MWDATA)