Searched refs:way_shift (Results 1 – 1 of 1) sorted by relevance
55 uint8_t loc, cache_type, cache_level, set_shift, way_shift; in dcache_all() local86 way_shift = __CLZ(num_ways - 1); in dcache_all()96 if (way_shift < 32) in dcache_all()97 operand |= way << way_shift; in dcache_all()