Home | History | Annotate | Download | only in src

Lines Matching full:fillbuffer

686 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup)
788 atomicWriteByte(&mTxCurrLength, fillBuffer(&mTxCurr, atomicReadByte(&mTxCurrLength), &wakeup, &nonwakeup));
869 totLength = fillBuffer(buf, totLength, &wakeup, &nonwakeup);