Searched refs:next_num_bits (Results 1 – 2 of 2) sorted by relevance
371 UINT8 next_num_bits; in rw_t1t_handle_write_rsp() local486 …next_num_bits = ((p_t1t->lockbyte[lock_count].byte_index + 1)* 8 <= p_t1t->lock_tlv[p_t1t->lockbyt… in rw_t1t_handle_write_rsp()490 … write_block[(UINT8) (next_offset%T1T_BLOCK_SIZE)] |= tags_pow (2,next_num_bits) - 1; in rw_t1t_handle_write_rsp()
2471 UINT8 next_num_bits; in rw_t2t_set_dynamic_lock_bits() local2500 …next_num_bits = b_all_bits_are_locks ? TAG_BITS_PER_BYTE : p_t2t->lock_tlv[p_t2t->lockbyte[… in rw_t2t_set_dynamic_lock_bits()2504 … write_block[(UINT8) (next_offset % T2T_BLOCK_SIZE)] |= tags_pow (2, next_num_bits) - 1; in rw_t2t_set_dynamic_lock_bits()