Home | History | Annotate | Download | only in tml

Lines Matching defs:dwIndex

143   uint32_t dwIndex;
146 dwIndex = dwTimerId - PH_NFC_TIMER_BASE_ADDRESS - 0x01;
147 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex];
150 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) &&
197 uint32_t dwIndex;
199 dwIndex = dwTimerId - PH_NFC_TIMER_BASE_ADDRESS - 0x01;
200 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex];
203 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) &&
243 uint32_t dwIndex;
245 dwIndex = dwTimerId - PH_NFC_TIMER_BASE_ADDRESS - 0x01;
246 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex];
251 if ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 != pTimerHandle->TimerId) &&
280 uint32_t dwIndex;
282 for (dwIndex = 0; dwIndex < PH_NFC_MAX_TIMER; dwIndex++) {
283 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex];
292 NXPLOG_TML_E("timer %d delete error!", dwIndex);
317 uint32_t dwIndex;
321 dwIndex = (uintptr_t)pParams - PH_NFC_TIMER_BASE_ADDRESS - 0x01;
322 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex];
370 uint32_t dwIndex;
373 dwIndex = ((uint32_t)(sv.sival_int)) - PH_NFC_TIMER_BASE_ADDRESS - 0x01;
374 pTimerHandle = (phOsalNfc_TimerHandle_t*)&apTimerInfo[dwIndex];
404 uint32_t dwIndex = 0x00;
408 for (dwIndex = 0x00; ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 == dwRetval));
409 dwIndex++) {
410 if (!(apTimerInfo[dwIndex].TimerId)) {
411 dwRetval = (dwIndex + 0x01);
431 uint32_t dwIndex;
434 for (dwIndex = 0x00;
435 ((dwIndex < PH_NFC_MAX_TIMER) && (wRegisterStatus != NFCSTATUS_SUCCESS));
436 dwIndex++) {
438 if (((&apTimerInfo[dwIndex]) == (phOsalNfc_TimerHandle_t*)pObjectHandle) &&
439 (apTimerInfo[dwIndex].TimerId)) {