Home
last modified time | relevance | path

Searched refs:way_shift (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/
Dcache_armv8a.c55 uint8_t loc, cache_type, cache_level, set_shift, way_shift; in dcache_all() local
86 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()