Lines Matching refs:u32CurrentTicks
557 uint32 u32CurrentTicks; in Qspi_Ip_CheckCommandComplete() local
561 u32CurrentTicks = OsIf_GetCounter((OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_CheckCommandComplete()
567 … u32ElapsedTicks += OsIf_GetElapsed(&u32CurrentTicks, (OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_CheckCommandComplete()
589 uint32 u32CurrentTicks; in Qspi_Ip_CheckResetComplete() local
593 u32CurrentTicks = OsIf_GetCounter((OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_CheckResetComplete()
597 … u32ElapsedTicks += OsIf_GetElapsed(&u32CurrentTicks, (OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_CheckResetComplete()
685 uint32 u32CurrentTicks; in Qspi_Ip_InitReadReg() local
689 u32CurrentTicks = OsIf_GetCounter((OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_InitReadReg()
699 … u32ElapsedTicks += OsIf_GetElapsed(&u32CurrentTicks, (OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_InitReadReg()
1360 uint32 u32CurrentTicks; in Qspi_Ip_Read() local
1372 u32CurrentTicks = OsIf_GetCounter((OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_Read()
1381 … u32ElapsedTicks += OsIf_GetElapsed(&u32CurrentTicks, (OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_Read()
1463 uint32 u32CurrentTicks; in Qspi_Ip_ProgramVerify() local
1475 u32CurrentTicks = OsIf_GetCounter((OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_ProgramVerify()
1484 … u32ElapsedTicks += OsIf_GetElapsed(&u32CurrentTicks, (OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_ProgramVerify()
1522 uint32 u32CurrentTicks; in Qspi_Ip_EraseVerify() local
1533 u32CurrentTicks = OsIf_GetCounter((OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_EraseVerify()
1542 … u32ElapsedTicks += OsIf_GetElapsed(&u32CurrentTicks, (OsIf_CounterType)QSPI_IP_TIMEOUT_TYPE); in Qspi_Ip_EraseVerify()