Searched refs:bits_covered (Results 1 – 2 of 2) sorted by relevance
1959 uint8_t bits_covered = 0; in rw_t1t_update_lock_attributes() local2008 bits_covered = 0; in rw_t1t_update_lock_attributes()2032 p_t1t->lock_attr[block_count] |= 0x01 << bits_covered; in rw_t1t_update_lock_attributes()2035 bits_covered++; in rw_t1t_update_lock_attributes()2036 if (bits_covered == 8) { in rw_t1t_update_lock_attributes()2037 bits_covered = 0; in rw_t1t_update_lock_attributes()
2191 uint8_t bits_covered = 0; in rw_t2t_update_lock_attributes() local2248 bits_covered = 0; in rw_t2t_update_lock_attributes()2277 p_t2t->lock_attr[block_count] |= 0x01 << bits_covered; in rw_t2t_update_lock_attributes()2280 bits_covered++; in rw_t2t_update_lock_attributes()2281 if (bits_covered == TAG_BITS_PER_BYTE) { in rw_t2t_update_lock_attributes()2283 bits_covered = 0; in rw_t2t_update_lock_attributes()