Lines Matching refs:RxIndex
343 if ((State->RxIndex == State->ExpectedFifoReads) || ((boolean)TRUE == ErrorFlag)) in Spi_Ip_TransferProcess()
543 State->RxIndex = State->ExpectedFifoReads; in Spi_Ip_RxDmaTcdSGConfig()
672 State->RxIndex = NumberDmaIterRead; in Spi_Ip_DmaConfig()
887 State->RxIndex += NumberDmaIterRead; in Spi_Ip_DmaContinueTransfer()
991 *((uint8*)(&State->RxBuffer[State->RxIndex])) = (uint8)Data; in Spi_Ip_ReadRxFifo()
995 *((uint16*)(&State->RxBuffer[2u * State->RxIndex])) = (uint16)Data; in Spi_Ip_ReadRxFifo()
999 *((uint32*)(&State->RxBuffer[4u * State->RxIndex])) = Data; in Spi_Ip_ReadRxFifo()
1002 State->RxIndex++; in Spi_Ip_ReadRxFifo()
1078 if (ActualNumberOfReads > (State->ExpectedFifoReads - State->RxIndex)) in Spi_Ip_ReceiveData()
1080 ActualNumberOfReads = State->ExpectedFifoReads - State->RxIndex; in Spi_Ip_ReceiveData()
1260 if (State->ExpectedFifoReads != State->RxIndex) in Spi_Ip_IrqDmaHandler()
1474 State->RxIndex = 0u; in Spi_Ip_SyncTransmit()
1573 if (State->RxIndex == State->ExpectedFifoReads) in Spi_Ip_SyncTransmit()
1648 State->RxIndex = 0u; in Spi_Ip_AsyncTransmit()
1911 State->RxIndex = 0u; in Spi_Ip_DmaFastConfig()