Searched refs:dwRetval (Results 1 – 3 of 3) sorted by relevance
405 uint32_t dwRetval = 0x00; in phUtilNfc_CheckForAvailableTimer() local408 for (dwIndex = 0x00; ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 == dwRetval)); in phUtilNfc_CheckForAvailableTimer()411 dwRetval = (dwIndex + 0x01); in phUtilNfc_CheckForAvailableTimer()415 return (dwRetval); in phUtilNfc_CheckForAvailableTimer()
385 uint32_t dwRetval = 0x00; in phUtilUwb_CheckForAvailableTimer() local388 for (dwIndex = 0x00; ((dwIndex < PH_UWB_MAX_TIMER) && (0x00 == dwRetval)); in phUtilUwb_CheckForAvailableTimer()391 dwRetval = (dwIndex + 0x01); in phUtilUwb_CheckForAvailableTimer()395 return (dwRetval); in phUtilUwb_CheckForAvailableTimer()
412 uint32_t dwRetval = 0x00; in phUtilNfc_CheckForAvailableTimer() local415 for (dwIndex = 0x00; ((dwIndex < PH_NFC_MAX_TIMER) && (0x00 == dwRetval)); in phUtilNfc_CheckForAvailableTimer()418 dwRetval = (dwIndex + 0x01); in phUtilNfc_CheckForAvailableTimer()422 return (dwRetval); in phUtilNfc_CheckForAvailableTimer()