Searched refs:bytes_locked_per_bit (Results 1 – 3 of 3) sorted by relevance
661 …p_t2t->lock_tlv[p_t2t->num_lock_tlvs].bytes_locked_per_bit = (UINT8) tags_pow (2, ((p_t2t->tlv_val… in rw_t2t_handle_tlv_detect_rsp()922 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].bytes_locked_per_bit = bytes_locked_per_lock_bit; in rw_t2t_extract_default_locks_info()2152 UINT8 bytes_locked_per_bit; in rw_t2t_get_lock_bits_for_segment() local2183 …bytes_locked_per_bit = p_t2t->lock_tlv[p_t2t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_… in rw_t2t_get_lock_bits_for_segment()2188 if (((bytes_locked_per_bit * num_bits) + byte_count) <= lower_offset) in rw_t2t_get_lock_bits_for_segment()2191 byte_count += bytes_locked_per_bit * num_bits; in rw_t2t_get_lock_bits_for_segment()2199 byte_count += bytes_locked_per_bit; in rw_t2t_get_lock_bits_for_segment()2221 …bytes_locked_per_bit = p_t2t->lock_tlv[p_t2t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_… in rw_t2t_get_lock_bits_for_segment()2226 if ((bytes_locked_per_bit * (num_bits - bit_count)) + byte_count < upper_offset) in rw_t2t_get_lock_bits_for_segment()2229 byte_count += bytes_locked_per_bit * (num_bits - bit_count); in rw_t2t_get_lock_bits_for_segment()[all …]
1116 …p_t1t->lock_tlv[p_t1t->num_lock_tlvs].bytes_locked_per_bit = (UINT8) tags_pow (2, ((tlv_value[2] &… in rw_t1t_handle_tlv_detect_rsp()2017 UINT8 bytes_locked_per_bit; in rw_t1t_get_lock_bits_for_segment() local2032 …bytes_locked_per_bit = p_t1t->lock_tlv[p_t1t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_… in rw_t1t_get_lock_bits_for_segment()2038 if (bytes_locked_per_bit * num_bits + byte_count <= lower_offset) in rw_t1t_get_lock_bits_for_segment()2040 byte_count += bytes_locked_per_bit * num_bits; in rw_t1t_get_lock_bits_for_segment()2049 byte_count += bytes_locked_per_bit; in rw_t1t_get_lock_bits_for_segment()2070 …bytes_locked_per_bit = p_t1t->lock_tlv[p_t1t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_… in rw_t1t_get_lock_bits_for_segment()2077 if ((bytes_locked_per_bit * (num_bits - bit_count)) + byte_count < upper_offset) in rw_t1t_get_lock_bits_for_segment()2079 byte_count += bytes_locked_per_bit * (num_bits - bit_count); in rw_t1t_get_lock_bits_for_segment()2091 byte_count += bytes_locked_per_bit; in rw_t1t_get_lock_bits_for_segment()[all …]
103 …UINT8 bytes_locked_per_bit; /* No. of tag bytes gets locked by a bit in th… member276 …UINT8 bytes_locked_per_bit; /* No. of tag bytes gets locked by a bit i… member