Lines Matching refs:Count
1104 uint16 Count; in Spi_Ip_WriteTxFifo() local
1136 for (Count = 0; Count < NumberOfWrites; Count++) in Spi_Ip_WriteTxFifo()
1141 Factor = (uint16)((Count % 2u) * 16u); in Spi_Ip_WriteTxFifo()
1792 uint8 Count = 0u; in Spi_Ip_AsyncTransmitFast() local
1803 for(Count = 0u; Count < NumberOfTransfer; Count++) in Spi_Ip_AsyncTransmitFast()
1805 DevAssert(NULL_PTR != FastTransferCfg[Count].ExternalDevice); in Spi_Ip_AsyncTransmitFast()
1806 DevAssert(0u != FastTransferCfg[Count].Length); in Spi_Ip_AsyncTransmitFast()
1809 DevAssert((FastTransferCfg[Count].Length % 4u) == 0u); in Spi_Ip_AsyncTransmitFast()
1813 DevAssert((FastTransferCfg[Count].Length % 2u) == 0u); in Spi_Ip_AsyncTransmitFast()
1817 DevAssert(SPI_IP_DMA_MAX_ITER_CNT_U16 >= FastTransferCfg[Count].Length); in Spi_Ip_AsyncTransmitFast()
1880 uint8 Count = 0u; in Spi_Ip_DmaFastConfig() local
1887 for(Count = 0u; Count < NumberOfTransfer; Count++) in Spi_Ip_DmaFastConfig()
1892 State->TxBuffer = FastTransferCfg[Count].TxBuffer; in Spi_Ip_DmaFastConfig()
1893 State->RxBuffer = FastTransferCfg[Count].RxBuffer; in Spi_Ip_DmaFastConfig()
1896 State->ExpectedFifoWrites = FastTransferCfg[Count].Length; in Spi_Ip_DmaFastConfig()
1900 State->ExpectedFifoWrites = FastTransferCfg[Count].Length/2u; in Spi_Ip_DmaFastConfig()
1908 State->PhyUnitConfig->CmdDmaFast[Count].DefaultData = FastTransferCfg[Count].DefaultData; in Spi_Ip_DmaFastConfig()
1909 …State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmd = FastTransferCfg[Count].ExternalDevice->P… in Spi_Ip_DmaFastConfig()
1910 …State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmdLast = FastTransferCfg[Count].ExternalDevic… in Spi_Ip_DmaFastConfig()
1914 if(Count == (NumberOfTransfer - 1u)) in Spi_Ip_DmaFastConfig()
1921 if((boolean)FALSE == FastTransferCfg[Count].KeepCs) in Spi_Ip_DmaFastConfig()
1939 … (Dma_Ip_uintPtrType)&State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmd, in Spi_Ip_DmaFastConfig()
1947 … (Dma_Ip_uintPtrType)&State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmdLast, in Spi_Ip_DmaFastConfig()
1957 … (Dma_Ip_uintPtrType)&State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmd, in Spi_Ip_DmaFastConfig()
1966 Spi_Ip_TxDmaTcdSGConfig(Instance, Count, DisHwRequest); in Spi_Ip_DmaFastConfig()
1969 Spi_Ip_RxDmaTcdSGConfig(Instance, Count, DisHwRequest); in Spi_Ip_DmaFastConfig()