Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_prm.c104 uint16_t len, offset = nfc_hal_cb.prm.cur_patch_offset; in nfc_hal_prm_spd_send_next_segment()
128 nfc_hal_cb.prm.cur_patch_offset += (len + patch_hdr_size); in nfc_hal_prm_spd_send_next_segment()
215 nfc_hal_cb.prm.cur_patch_offset += (uint16_t)cur_patch_len; in nfc_hal_prm_spd_handle_next_patch_start()
251 nfc_hal_cb.prm.spd_patch_offset = nfc_hal_cb.prm.cur_patch_offset; in nfc_hal_prm_spd_download_i2c_fix()
257 nfc_hal_cb.prm.cur_patch_offset = 0; in nfc_hal_prm_spd_download_i2c_fix()
294 nfc_hal_cb.prm.cur_patch_offset += (uint16_t)( in nfc_hal_prm_spd_download_i2c_fix()
426 nfc_hal_cb.prm.cur_patch_offset += (uint16_t)( in nfc_hal_prm_spd_check_version()
739 nfc_hal_cb.prm.cur_patch_offset = nfc_hal_cb.prm.spd_patch_offset; in nfc_hal_prm_nci_command_complete_cback()
1010 nfc_hal_cb.prm.cur_patch_offset = 0; in HAL_NfcPrmDownloadStart()
1086 nfc_hal_cb.prm.cur_patch_offset = 0; in HAL_NfcPrmDownloadContinue()
/system/nfc/src/hal/int/
Dnfc_hal_int.h320 uint16_t cur_patch_offset; /* offset of next byte to process */ member