Searched refs:g_l2cache_way_mask (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/arm/arm/
H A Dpl310.c76 static uint32_t g_l2cache_way_mask; variable
247 pl310_write4(pl310_softc, PL310_CLEAN_INV_WAY, g_l2cache_way_mask);
248 pl310_wait_background_op(PL310_CLEAN_INV_WAY, g_l2cache_way_mask);
383 g_l2cache_way_mask = (1 << g_ways_assoc) - 1;

Completed in 76 milliseconds