Searched refs:S_AMPS_LOCK (Results 1 – 1 of 1) sorted by relevance
63809 #define S_AMPS_LOCK 0 macro63811 #define V_AMPS_LOCK(x) ((x) << S_AMPS_LOCK)63812 #define G_AMPS_LOCK(x) (((x) >> S_AMPS_LOCK) & M_AMPS_LOCK)