rayddteam

Untitled

Aug 31st, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. uint32_t hcsplt;
  2. hcsplt = READ4(sc, DOTG_HCSPLT(channel));
  3. if ((hcsplt & (HCSPLT_SPLTENA | HCSPLT_COMPSPLT)) == HCSPLT_SPLTENA) {
  4. /* Go on and complite your split */
  5. SETFIELD32(sc, DOTG_HCSPLT(channel), HCSPLT_COMPSPLT, 1);
  6. SETFIELD32(sc, DOTG_HCCHAR(channel), HCCHAR_CHENA, 1);
  7. return (0);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment