Searched refs:S_TOS (Results 1 – 2 of 2) sorted by relevance
367 #define S_TOS 26 macro369 #define V_TOS(x) ((x) << S_TOS)370 #define G_TOS(x) (((x) >> S_TOS) & M_TOS)
26803 #define S_TOS 4 macro26804 #define V_TOS(x) ((x) << S_TOS)