Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c203 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()
395 STREAM_TO_UINT8(nfc_hal_cb.prm.spd_patch_count, p); in nfc_hal_prm_spd_check_version()
397 if (nfc_hal_cb.prm.spd_patch_count > NFC_HAL_PRM_MAX_PATCH_COUNT) { in nfc_hal_prm_spd_check_version()
400 nfc_hal_cb.prm.spd_patch_count, NFC_HAL_PRM_MAX_PATCH_COUNT); in nfc_hal_prm_spd_check_version()
407 for (i = 0; i < nfc_hal_cb.prm.spd_patch_count; i++) { in nfc_hal_prm_spd_check_version()
439 nfc_hal_cb.prm.spd_patch_count, patchfile_patch_present_mask, in nfc_hal_prm_spd_check_version()
844 (nfc_hal_cb.prm.spd_cur_patch_idx < nfc_hal_cb.prm.spd_patch_count)) { in nfc_hal_prm_nfcc_ready_to_continue()
/system/nfc/src/hal/int/
Dnfc_hal_int.h329 uint8_t spd_patch_count; /* Number of patches left to download */ member