Home
last modified time | relevance | path

Searched refs:spd_patch_desc (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 …cur_patch_mask = ((UINT32) 1 << nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.spd_cur_patch_idx].po… in nfc_hal_prm_spd_handle_next_patch_start()
200 …HAL_TRACE_DEBUG1 ("Skipping patch for power_mode %i.", nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.pr… in nfc_hal_prm_spd_handle_next_patch_start()
226 …HAL_TRACE_DEBUG1 ("Downloading patch for power_mode %i.", nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb… in nfc_hal_prm_spd_handle_next_patch_start()
415 STREAM_TO_UINT8 (nfc_hal_cb.prm.spd_patch_desc[i].power_mode, p); in nfc_hal_prm_spd_check_version()
418 … patchfile_patch_present_mask |= ((UINT32) 1 << nfc_hal_cb.prm.spd_patch_desc[i].power_mode); in nfc_hal_prm_spd_check_version()
421 STREAM_TO_UINT16 (nfc_hal_cb.prm.spd_patch_desc[i].len, p); in nfc_hal_prm_spd_check_version()
424 patchfile_patchsize += nfc_hal_cb.prm.spd_patch_desc[i].len; in nfc_hal_prm_spd_check_version()
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 …nfc_hal_cb.prm.spd_patch_needed_mask &= ~ ((UINT32) 1 << nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.… in nfc_hal_prm_nfcc_ready_to_continue()
/external/libnfc-nci/src/hal/int/
Dnfc_hal_int.h327 tNFC_HAL_PRM_PATCHDESC spd_patch_desc[NFC_HAL_PRM_MAX_PATCH_COUNT]; member