Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c106 UINT16 len, offset = nfc_hal_cb.prm.cur_patch_offset; in nfc_hal_prm_spd_send_next_segment()
130 nfc_hal_cb.prm.cur_patch_offset += (len + patch_hdr_size); in nfc_hal_prm_spd_send_next_segment()
219 nfc_hal_cb.prm.cur_patch_offset += (UINT16) cur_patch_len; in nfc_hal_prm_spd_handle_next_patch_start()
253 nfc_hal_cb.prm.spd_patch_offset = nfc_hal_cb.prm.cur_patch_offset; in nfc_hal_prm_spd_download_i2c_fix()
258 nfc_hal_cb.prm.cur_patch_offset = 0; in nfc_hal_prm_spd_download_i2c_fix()
295 …nfc_hal_cb.prm.cur_patch_offset += (UINT16) (p - p_start); /* Bytes of patchfile tran… in nfc_hal_prm_spd_download_i2c_fix()
431 …nfc_hal_cb.prm.cur_patch_offset += (UINT16) (p - p_start); /* Bytes of patchfile tran… in nfc_hal_prm_spd_check_version()
742 nfc_hal_cb.prm.cur_patch_offset = nfc_hal_cb.prm.spd_patch_offset; in nfc_hal_prm_nci_command_complete_cback()
1023 nfc_hal_cb.prm.cur_patch_offset = 0; in HAL_NfcPrmDownloadStart()
1106 nfc_hal_cb.prm.cur_patch_offset = 0; in HAL_NfcPrmDownloadContinue()
/external/libnfc-nci/src/hal/int/
Dnfc_hal_int.h316 UINT16 cur_patch_offset; /* offset of next byte to process */ member