Searched refs:Frames (Results 1 – 1 of 1) sorted by relevance
373 uint16 *Frames, uint16 *TxBytesPerWord, in Spi_Ip_CalculateFifoWords() argument401 *Frames = NbBytes / BytesPerFrame; in Spi_Ip_CalculateFifoWords()486 uint16 Frames; in Spi_Ip_PrepareTransfer() local491 &Frames, &TxBytesPerWord, &RxBytesPerWord); in Spi_Ip_PrepareTransfer()528 State->Pushr0Repeat = Frames; in Spi_Ip_PrepareTransfer()531 … if (((State->ExternalDevice->PushrCmd & SPI_IP_PUSHR_CONT_MASK_U16) != 0u) && (Frames > 1u)) in Spi_Ip_PrepareTransfer()541 if (Frames < SPI_IP_CTARE_DTCP_MAX_U16) { in Spi_Ip_PrepareTransfer()543 State->DTCPValue[0] = Frames % SPI_IP_CTARE_DTCP_MAX_U16; in Spi_Ip_PrepareTransfer()556 State->Pushr0Repeat = Frames / SPI_IP_CTARE_DTCP_MAX_U16; in Spi_Ip_PrepareTransfer()557 State->DTCPValue[1] = Frames % SPI_IP_CTARE_DTCP_MAX_U16; in Spi_Ip_PrepareTransfer()