Searched refs:S_TH_LOW (Results 1 – 1 of 1) sorted by relevance
44206 #define S_TH_LOW 0 macro44208 #define V_TH_LOW(x) ((x) << S_TH_LOW)44209 #define G_TH_LOW(x) (((x) >> S_TH_LOW) & M_TH_LOW)