Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t5t.cc69 uint32_t t5t_area_len = 0; in rw_t5t_sm_detect_ndef() local
117 t5t_area_len = cc[3] + (cc[2] << 8); in rw_t5t_sm_detect_ndef()
118 t5t_area_len <<= 3; in rw_t5t_sm_detect_ndef()
119 p_i93->max_ndef_length = t5t_area_len; in rw_t5t_sm_detect_ndef()
121 p_i93->t5t_area_last_offset = t5t_area_len + 8 - 1; in rw_t5t_sm_detect_ndef()
123 p_i93->num_block = t5t_area_len / p_i93->block_size; in rw_t5t_sm_detect_ndef()
129 __func__, t5t_area_len, p_i93->num_block, p_i93->block_size, in rw_t5t_sm_detect_ndef()
234 t5t_area_len = cc[7] + (cc[6] << 8); in rw_t5t_sm_detect_ndef()
235 t5t_area_len <<= 3; in rw_t5t_sm_detect_ndef()
237 p_i93->t5t_area_last_offset = t5t_area_len + 8 - 1; in rw_t5t_sm_detect_ndef()
[all …]