Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c193 if (nfc_hal_cb.prm.spd_patch_needed_mask & cur_patch_mask) in nfc_hal_prm_spd_handle_next_patch_start()
448 nfc_hal_cb.prm.spd_patch_needed_mask = patchfile_patch_present_mask; in nfc_hal_prm_spd_check_version()
482 nfc_hal_cb.prm.spd_patch_needed_mask = patchfile_patch_present_mask; in nfc_hal_prm_spd_check_version()
499 if (nfc_hal_cb.prm.spd_patch_needed_mask) in nfc_hal_prm_spd_check_version()
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()
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.h323 UINT32 spd_patch_needed_mask; /* Mask of patches that need to be downloaded */ member