Searched refs:ways_bits (Results 1 – 1 of 1) sorted by relevance
2821 int ways_bits = ctz32(ways); in booke206_get_tlbm() local2827 ea &= (1 << (tlb_bits - ways_bits)) - 1; in booke206_get_tlbm()2828 r = (ea << ways_bits) | way; in booke206_get_tlbm()