Lines Matching refs:ui32LastIdxProcessed
223 uint32_t ui32LastIdxProcessed; member
1183 pMSPIState->ui32LastIdxProcessed = 0; in mspi_seq_loopback()
1594 pMSPIState->ui32LastIdxProcessed = 0; in am_hal_mspi_enable()
1625 pMSPIState->ui32NextIdx = pMSPIState->ui32LastIdxProcessed + 1; in am_hal_mspi_enable()
1876 pMSPIState->ui32LastIdxProcessed = 0; in am_hal_mspi_control()
2587 … uint32_t index = (pMSPIState->ui32LastIdxProcessed + 1) % pMSPIState->ui32MaxTransactions; in am_hal_mspi_nonblocking_transfer()
2960 … while (!pMSPIState->bRestart && (pMSPIState->ui32LastIdxProcessed != status.lastIdxProcessed)) in am_hal_mspi_interrupt_service()
2963 pMSPIState->ui32LastIdxProcessed++; in am_hal_mspi_interrupt_service()
2965 index = pMSPIState->ui32LastIdxProcessed & (AM_HAL_MSPI_MAX_CQ_ENTRIES - 1); in am_hal_mspi_interrupt_service()
2984 pMSPIState->ui32LastIdxProcessed++; in am_hal_mspi_interrupt_service()
2986 index = pMSPIState->ui32LastIdxProcessed & (AM_HAL_MSPI_MAX_CQ_ENTRIES - 1); in am_hal_mspi_interrupt_service()
3084 pMSPIState->ui32LastIdxProcessed++; in am_hal_mspi_interrupt_service()
3086 index = pMSPIState->ui32LastIdxProcessed % pMSPIState->ui32MaxTransactions; in am_hal_mspi_interrupt_service()
3102 index = (pMSPIState->ui32LastIdxProcessed + 1) % pMSPIState->ui32MaxTransactions; in am_hal_mspi_interrupt_service()