Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c484 _hsl->pSystemState->bufUsedEnd = _hsl->pSystemState->bufEnd; in bufferWriteThread()
714 _hsl->pSystemState->bufEnd = virtualAddress + size - 1; in initBufferMemory()
715 _hsl->pSystemState->bufUsedEnd = _hsl->pSystemState->bufEnd; in initBufferMemory()
981 … if( (_hsl->pSystemState->bufEnd - _hsl->pSystemState->bufWritePos) < (twDelta + dataSize) ) in bufferAllocateWrite()
1125 _hsl->pSystemState->bufUsedEnd = _hsl->pSystemState->bufEnd; in bufferProcessCommand()
H A Dfrhsl_cfg.h201 MS_U32 bufEnd; // ring buffer end address member