Home
last modified time | relevance | path

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

/u-boot/arch/powerpc/dts/
A Dt104xsi-pre.dtsi54 next-level-cache = <&cpc>;
64 next-level-cache = <&cpc>;
74 next-level-cache = <&cpc>;
84 next-level-cache = <&cpc>;
A Dt1040si-post.dtsi359 cpc: l3-cache-controller@10000 { label
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dcpu_init.c227 for (i = 0; i < CONFIG_SYS_NUM_CPC; i++, cpc++) { in disable_cpc_sram()
228 if (in_be32(&cpc->cpcsrcr0) & CPC_SRCR0_SRAMEN) { in disable_cpc_sram()
239 out_be32(&cpc->cpccsr0, 0); in disable_cpc_sram()
240 out_be32(&cpc->cpcsrcr0, 0); in disable_cpc_sram()
297 for (i = 0; i < CONFIG_SYS_NUM_CPC; i++, cpc++) { in enable_cpc()
304 cpccfg0 = in_be32(&cpc->cpccfg0); in enable_cpc()
314 setbits_be32(&cpc->cpchdbcr0, 1 << (31 - 21)); in enable_cpc()
318 setbits_be32(&cpc->cpchdbcr0, in enable_cpc()
325 in_be32(&cpc->cpccsr0); in enable_cpc()
338 for (i = 0; i < CONFIG_SYS_NUM_CPC; i++, cpc++) { in invalidate_cpc()
[all …]
A Dfdt.c167 cpc_corenet_t *cpc = (void *)CONFIG_SYS_FSL_CPC_ADDR; in ft_fixup_l3cache() local
168 u32 cfg0 = in_be32(&cpc->cpccfg0); in ft_fixup_l3cache()

Completed in 6 milliseconds