Searched refs:CPC_CFG0_SZ_K (Results 1 – 3 of 3) sorted by relevance
166 size = CPC_CFG0_SZ_K(cfg0) * 1024 * CONFIG_SYS_NUM_CPC; in ft_fixup_l3cache()
301 size += CPC_CFG0_SZ_K(cpccfg0); in enable_cpc()
1561 #define CPC_CFG0_SZ_K(x) ((x & CPC_CFG0_SZ_MASK) << 6) macro