Home
last modified time | relevance | path

Searched refs:spd_cur_patch_idx (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c189 cur_patch_len = nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.spd_cur_patch_idx].len; in nfc_hal_prm_spd_handle_next_patch_start()
192 …_mask = ((UINT32) 1 << nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.spd_cur_patch_idx].power_mode); in nfc_hal_prm_spd_handle_next_patch_start()
200 …h for power_mode %i.", nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.spd_cur_patch_idx].power_mode); in nfc_hal_prm_spd_handle_next_patch_start()
202 nfc_hal_cb.prm.spd_cur_patch_idx++; in nfc_hal_prm_spd_handle_next_patch_start()
203 if (nfc_hal_cb.prm.spd_cur_patch_idx >= nfc_hal_cb.prm.spd_patch_count) in nfc_hal_prm_spd_handle_next_patch_start()
226 …h for power_mode %i.", nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.spd_cur_patch_idx].power_mode); in nfc_hal_prm_spd_handle_next_patch_start()
774 … post_signature_delay = nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.spd_cur_patch_idx].len; in nfc_hal_prm_nci_command_complete_cback()
841 …sk &= ~ ((UINT32) 1 << nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.spd_cur_patch_idx].power_mode); in nfc_hal_prm_nfcc_ready_to_continue()
844 nfc_hal_cb.prm.spd_cur_patch_idx++; in nfc_hal_prm_nfcc_ready_to_continue()
845 …if ((nfc_hal_cb.prm.spd_patch_needed_mask) && (nfc_hal_cb.prm.spd_cur_patch_idx < nfc_hal_cb.prm.s… in nfc_hal_prm_nfcc_ready_to_continue()
/external/libnfc-nci/src/hal/int/
Dnfc_hal_int.h325 UINT8 spd_cur_patch_idx; /* Current patch being downloaded */ member