Searched refs:S_SYNC_FSM (Results 1 – 1 of 1) sorted by relevance
75109 #define S_SYNC_FSM 11 macro75111 #define V_SYNC_FSM(x) ((x) << S_SYNC_FSM)75112 #define G_SYNC_FSM(x) (((x) >> S_SYNC_FSM) & M_SYNC_FSM)