Home
last modified time | relevance | path

Searched refs:oldWI (Results 1 – 1 of 1) sorted by relevance

/RevoEX-2.1/build/libraries/mpds/src/
Dmpdssystem.c404 int oldWI; in Step() local
409 oldWI = GetPrevIndex(context->writeIndex); in Step()
410 … MPDSiTrace( "resend ds[%d] to aids %08x", oldWI, (context->config.aidBits & mpReadyBits) ); in Step()
412 MPSendAsync( &context->ds[oldWI], context->dataSetLength, in Step()
876 u16 newWI, oldWI, resetWI; in SendDataSet() local
884 oldWI = context->writeIndex; in SendDataSet()
885 newWI = GetNextIndex(oldWI); in SendDataSet()
901 MPDSiLOG_AIDBITS_BEGIN( context, oldWI ); in SendDataSet()
902 …context->ds[oldWI].aidBits = MPHToMP16((u16)context->config.aidBits); // Enter the original… in SendDataSet()
906 context->ds[oldWI].aidBits &= MPHToMP16((u16)~0x0001); in SendDataSet()
[all …]