Searched refs:patchfile_patch_present_mask (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_prm.c367 UINT32 patchfile_patch_present_mask; local
409 patchfile_patch_present_mask = 0;
418 patchfile_patch_present_mask |= ((UINT32) 1 << nfc_hal_cb.prm.spd_patch_desc[i].power_mode);
439 nfc_hal_cb.prm.spd_patch_count, patchfile_patch_present_mask, patchfile_patchsize);
448 nfc_hal_cb.prm.spd_patch_needed_mask = patchfile_patch_present_mask;
472 &&((nvm_patch_present_mask | patchfile_patch_present_mask) == nvm_patch_present_mask) ) /* if the NVM patch include all the patched in file */
482 nfc_hal_cb.prm.spd_patch_needed_mask = patchfile_patch_present_mask;

Completed in 86 milliseconds