Lines Matching refs:PhyUnitConfig
327 if((boolean)FALSE == State->PhyUnitConfig->SlaveMode) in Spi_Ip_TransferProcess()
446 if (State->PhyUnitConfig->SlaveMode) in Spi_Ip_UpdateCtarAndPushr()
518 if ((boolean)FALSE == State->PhyUnitConfig->SlaveMode) in Spi_Ip_PrepareTransfer()
619 for(TCDSGIndex = 0u; TCDSGIndex < State->PhyUnitConfig->NumTxCmdDmaSGId; TCDSGIndex++) in Spi_Ip_CmdDmaTcdSGInit()
622 …id)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->TxCmdDmaChannel, State->PhyUnitCo… in Spi_Ip_CmdDmaTcdSGInit()
626 …)Dma_Ip_SetLogicChannelScatterGatherConfig(State->PhyUnitConfig->TxCmdDmaChannel, State->PhyUnitCo… in Spi_Ip_CmdDmaTcdSGInit()
660 for(TCDSGIndex = 0u; TCDSGIndex < State->PhyUnitConfig->MaxNumOfFastTransfer; TCDSGIndex++) in Spi_Ip_TxDmaTcdSGInit()
663 …void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->TxDmaChannel, State->PhyUnitCon… in Spi_Ip_TxDmaTcdSGInit()
706 …DmaTcdList[0u].Value = (Dma_Ip_uintPtrType)&State->PhyUnitConfig->CmdDmaFast[TCDSGIndex].DefaultDa… in Spi_Ip_TxDmaTcdSGConfig()
721 …void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->TxDmaChannel, State->PhyUnitCon… in Spi_Ip_TxDmaTcdSGConfig()
752 for(TCDSGIndex = 0u; TCDSGIndex < State->PhyUnitConfig->MaxNumOfFastTransfer; TCDSGIndex++) in Spi_Ip_RxDmaTcdSGInit()
755 …void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->RxDmaChannel, State->PhyUnitCon… in Spi_Ip_RxDmaTcdSGInit()
814 …void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->RxDmaChannel, State->PhyUnitCon… in Spi_Ip_RxDmaTcdSGConfig()
839 …(void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->TxCmdDmaChannel, TCDSGId, DmaT… in Spi_Ip_CmdDmaTcdSGConfig()
870 (void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->TxCmdDmaChannel, in Spi_Ip_DmaCmdConfigAndStart()
871 State->PhyUnitConfig->TxCmdDmaSGId[0], in Spi_Ip_DmaCmdConfigAndStart()
876 …)Dma_Ip_SetLogicChannelScatterGatherConfig(State->PhyUnitConfig->TxCmdDmaChannel, State->PhyUnitCo… in Spi_Ip_DmaCmdConfigAndStart()
883 (void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->TxCmdDmaChannel, in Spi_Ip_DmaCmdConfigAndStart()
884 State->PhyUnitConfig->TxCmdDmaSGId[1], in Spi_Ip_DmaCmdConfigAndStart()
891 (void)Dma_Ip_SetLogicChannelTransferList(State->PhyUnitConfig->TxCmdDmaChannel, in Spi_Ip_DmaCmdConfigAndStart()
895 (void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->TxCmdDmaChannel, in Spi_Ip_DmaCmdConfigAndStart()
961 (void)Dma_Ip_SetLogicChannelTransferList(State->PhyUnitConfig->TxDmaChannel, DmaTcdList, 10u); in Spi_Ip_DmaConfig()
1002 (void)Dma_Ip_SetLogicChannelTransferList(State->PhyUnitConfig->RxDmaChannel, DmaTcdList, 9u); in Spi_Ip_DmaConfig()
1040 (void)Dma_Ip_SetLogicChannelTransferList(State->PhyUnitConfig->TxDmaChannel, &Tcd, 1u); in Spi_Ip_DmaTxRxUpdateLoop()
1043 (void)Dma_Ip_SetLogicChannelTransferList(State->PhyUnitConfig->RxDmaChannel, &Tcd, 1u); in Spi_Ip_DmaTxRxUpdateLoop()
1046 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->RxDmaChannel, DMA_IP_CH_SET_HARDWARE_REQ… in Spi_Ip_DmaTxRxUpdateLoop()
1047 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->TxDmaChannel, DMA_IP_CH_SET_HARDWARE_REQ… in Spi_Ip_DmaTxRxUpdateLoop()
1065 (void)Dma_Ip_SetLogicChannelTransferList(State->PhyUnitConfig->RxDmaChannel, &Tcd, 1u); in Spi_Ip_DmaAsyncStart()
1067 if ((boolean)FALSE == State->PhyUnitConfig->SlaveMode) in Spi_Ip_DmaAsyncStart()
1289 if ((boolean)FALSE == State->PhyUnitConfig->SlaveMode) in Spi_Ip_AsyncStart()
1367 if(State->PhyUnitConfig->DmaUsed) in Spi_Ip_CheckValidParameters()
1503 State->PhyUnitConfig = PhyUnitConfigPtr; in Spi_Ip_Init()
1520 if((boolean)TRUE == State->PhyUnitConfig->DmaUsed) in Spi_Ip_Init()
1753 if((boolean)FALSE == State->PhyUnitConfig->DmaUsed) in Spi_Ip_AsyncTransmit()
1801 DevAssert(NumberOfTransfer <= State->PhyUnitConfig->MaxNumOfFastTransfer); in Spi_Ip_AsyncTransmitFast()
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()
1938 State->PhyUnitConfig->TxCmdDmaSGId[CmdTCDSGIndex], in Spi_Ip_DmaFastConfig()
1939 … (Dma_Ip_uintPtrType)&State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmd, in Spi_Ip_DmaFastConfig()
1946 State->PhyUnitConfig->TxCmdDmaSGId[CmdTCDSGIndex], in Spi_Ip_DmaFastConfig()
1947 … (Dma_Ip_uintPtrType)&State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmdLast, in Spi_Ip_DmaFastConfig()
1956 State->PhyUnitConfig->TxCmdDmaSGId[CmdTCDSGIndex], in Spi_Ip_DmaFastConfig()
1957 … (Dma_Ip_uintPtrType)&State->PhyUnitConfig->CmdDmaFast[Count].DmaFastPushrCmd, in Spi_Ip_DmaFastConfig()
1975 if (NumberOfTransfer < State->PhyUnitConfig->NumberRxSG) in Spi_Ip_DmaFastConfig()
1978 …void)Dma_Ip_SetLogicChannelScatterGatherList(State->PhyUnitConfig->RxDmaChannel, State->PhyUnitCon… in Spi_Ip_DmaFastConfig()
1982 …)Dma_Ip_SetLogicChannelScatterGatherConfig(State->PhyUnitConfig->TxCmdDmaChannel, State->PhyUnitCo… in Spi_Ip_DmaFastConfig()
1984 …id)Dma_Ip_SetLogicChannelScatterGatherConfig(State->PhyUnitConfig->TxDmaChannel, State->PhyUnitCon… in Spi_Ip_DmaFastConfig()
1986 …id)Dma_Ip_SetLogicChannelScatterGatherConfig(State->PhyUnitConfig->RxDmaChannel, State->PhyUnitCon… in Spi_Ip_DmaFastConfig()
1989 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->RxDmaChannel, DMA_IP_CH_SET_HARDWARE_REQ… in Spi_Ip_DmaFastConfig()
1990 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->TxCmdDmaChannel, DMA_IP_CH_SET_HARDWARE_… in Spi_Ip_DmaFastConfig()
1991 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->TxDmaChannel, DMA_IP_CH_SET_HARDWARE_REQ… in Spi_Ip_DmaFastConfig()
2012 if((boolean)FALSE == State->PhyUnitConfig->DmaUsed) in Spi_Ip_ManageBuffers()
2021 … (void)Dma_Ip_GetLogicChannelStatus(State->PhyUnitConfig->RxDmaChannel, &DmaChannelStatus); in Spi_Ip_ManageBuffers()
2025 … (void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->RxDmaChannel, DMA_IP_CH_CLEAR_DONE); in Spi_Ip_ManageBuffers()
2190 if((boolean)TRUE == State->PhyUnitConfig->DmaUsed) in Spi_Ip_Cancel()
2193 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->RxDmaChannel, DMA_IP_CH_CLEAR_HARDWARE_R… in Spi_Ip_Cancel()
2195 if((boolean)FALSE == State->PhyUnitConfig->SlaveMode) in Spi_Ip_Cancel()
2198 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->TxCmdDmaChannel, DMA_IP_CH_CLEAR_HARDWAR… in Spi_Ip_Cancel()
2200 …(void)Dma_Ip_SetLogicChannelCommand(State->PhyUnitConfig->TxDmaChannel, DMA_IP_CH_CLEAR_HARDWARE_R… in Spi_Ip_Cancel()