OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spd_cur_patch_idx
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c
174
cur_patch_len = nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.
spd_cur_patch_idx
].len;
177
cur_patch_mask = ((UINT32) 1 << nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.
spd_cur_patch_idx
].power_mode);
185
HAL_TRACE_DEBUG1 ("Skipping patch for power_mode %i.", nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.
spd_cur_patch_idx
].power_mode);
187
nfc_hal_cb.prm.
spd_cur_patch_idx
++;
188
if (nfc_hal_cb.prm.
spd_cur_patch_idx
>= nfc_hal_cb.prm.spd_patch_count)
211
HAL_TRACE_DEBUG1 ("Downloading patch for power_mode %i.", nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.
spd_cur_patch_idx
].power_mode);
682
post_signature_delay = nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.
spd_cur_patch_idx
].len;
733
nfc_hal_cb.prm.spd_patch_needed_mask &= ~ ((UINT32) 1 << nfc_hal_cb.prm.spd_patch_desc[nfc_hal_cb.prm.
spd_cur_patch_idx
].power_mode);
736
nfc_hal_cb.prm.
spd_cur_patch_idx
++;
737
if ((nfc_hal_cb.prm.spd_patch_needed_mask) && (nfc_hal_cb.prm.
spd_cur_patch_idx
< nfc_hal_cb.prm.spd_patch_count)
[
all
...]
/external/libnfc-nci/src/hal/int/
nfc_hal_int.h
321
UINT8
spd_cur_patch_idx
; /* Current patch being downloaded */
member in struct:__anon20500
Completed in 507 milliseconds