Searched refs:t5t_area_len (Results 1 – 1 of 1) sorted by relevance
66 uint32_t t5t_area_len = 0; in rw_t5t_sm_detect_ndef() local113 t5t_area_len = cc[3] + (cc[2] << 8); in rw_t5t_sm_detect_ndef()114 t5t_area_len <<= 3; in rw_t5t_sm_detect_ndef()115 p_i93->max_ndef_length = t5t_area_len; in rw_t5t_sm_detect_ndef()117 p_i93->t5t_area_last_offset = t5t_area_len + 8 - 1; in rw_t5t_sm_detect_ndef()119 p_i93->num_block = t5t_area_len / p_i93->block_size; in rw_t5t_sm_detect_ndef()125 __func__, t5t_area_len, p_i93->num_block, p_i93->block_size, in rw_t5t_sm_detect_ndef()253 t5t_area_len = cc[7] + (cc[6] << 8); in rw_t5t_sm_detect_ndef()254 t5t_area_len <<= 3; in rw_t5t_sm_detect_ndef()256 p_i93->t5t_area_last_offset = t5t_area_len + 8 - 1; in rw_t5t_sm_detect_ndef()[all …]