Searched refs:S_PRBS_WAIT (Results 1 – 1 of 1) sorted by relevance
71313 #define S_PRBS_WAIT 14 macro71315 #define V_PRBS_WAIT(x) ((x) << S_PRBS_WAIT)71316 #define G_PRBS_WAIT(x) (((x) >> S_PRBS_WAIT) & M_PRBS_WAIT)