Searched refs:S_SYNC_FSM (Results 1 – 1 of 1) sorted by relevance
62656 #define S_SYNC_FSM 11 macro62658 #define V_SYNC_FSM(x) ((x) << S_SYNC_FSM)62659 #define G_SYNC_FSM(x) (((x) >> S_SYNC_FSM) & M_SYNC_FSM)