Searched refs:bits_per_byte (Results 1 – 2 of 2) sorted by relevance
1940 UINT8 bits_per_byte = 8; in rw_t1t_update_attributes() local1969 …->attr[(offset % T1T_SEGMENT_SIZE) / bits_per_byte] |= rw_t1t_mask_bits[(offset % T1T_SEGMENT_SIZE… in rw_t1t_update_attributes()1983 …->attr[(offset % T1T_SEGMENT_SIZE) / bits_per_byte] |= rw_t1t_mask_bits[(offset % T1T_SEGMENT_SIZE… in rw_t1t_update_attributes()
637 int bits_per_byte = 32/c->line_size; in cacheuse_initcache() local638 start_mask = (1<<bits_per_byte)-1; in cacheuse_initcache()639 end_mask = start_mask << (32-bits_per_byte); in cacheuse_initcache()643 start_mask = start_mask << bits_per_byte; in cacheuse_initcache()647 end_mask = end_mask >> bits_per_byte; in cacheuse_initcache()