Searched refs:ExpectedFifoReads (Results 1 – 2 of 2) sorted by relevance
354 if ((State->RxIndex == State->ExpectedFifoReads) || ((boolean)TRUE == ErrorFlag)) in Spi_Ip_TransferProcess()578 State->ExpectedFifoReads = NbBytes / RxBytesPerWord; in Spi_Ip_PrepareTransfer()765 State->RxIndex = State->ExpectedFifoReads; in Spi_Ip_RxDmaTcdSGConfig()809 DmaTcdList[5u].Value = State->ExpectedFifoReads; /* iteration count */ in Spi_Ip_RxDmaTcdSGConfig()1190 if (LimitedNumberOfReads > (State->ExpectedFifoReads - State->RxIndex)) in Spi_Ip_ReceiveData()1192 LimitedNumberOfReads = State->ExpectedFifoReads - State->RxIndex; in Spi_Ip_ReceiveData()1413 if (State->ExpectedFifoReads != State->RxIndex) in Spi_Ip_IrqDmaHandler()1691 if (State->RxIndex == State->ExpectedFifoReads) in Spi_Ip_SyncTransmit()1902 State->ExpectedFifoReads = State->ExpectedFifoWrites; in Spi_Ip_DmaFastConfig()1905 State->ExpectedFifoReads = State->ExpectedFifoWrites/2u; in Spi_Ip_DmaFastConfig()[all …]
231 …uint16 ExpectedFifoReads; /**< Store number of frames needs to be receive for current transfer … member