Searched refs:S_CLR_DROP (Results 1 – 1 of 1) sorted by relevance
13967 #define S_CLR_DROP 16 macro13969 #define V_CLR_DROP(x) ((x) << S_CLR_DROP)13970 #define G_CLR_DROP(x) (((x) >> S_CLR_DROP) & M_CLR_DROP)