Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm/
H A Dmain.c98 void arm_cl2_config(vaddr_t pl310) in arm_cl2_config() argument
101 io_write32(pl310 + PL310_CTRL, 0); in arm_cl2_config()
104 io_write32(pl310 + PL310_TAG_RAM_CTRL, PL310_TAG_RAM_CTRL_INIT); in arm_cl2_config()
105 io_write32(pl310 + PL310_DATA_RAM_CTRL, PL310_DATA_RAM_CTRL_INIT); in arm_cl2_config()
106 io_write32(pl310 + PL310_AUX_CTRL, PL310_AUX_CTRL_INIT); in arm_cl2_config()
107 io_write32(pl310 + PL310_PREFETCH_CTRL, PL310_PREFETCH_CTRL_INIT); in arm_cl2_config()
108 io_write32(pl310 + PL310_POWER_CTRL, PL310_POWER_CTRL_INIT); in arm_cl2_config()
111 arm_cl2_invbyway(pl310); in arm_cl2_config()
/optee_os/core/include/kernel/
H A Dboot.h89 void arm_cl2_config(vaddr_t pl310);
90 void arm_cl2_enable(vaddr_t pl310);
/optee_os/core/arch/arm/dts/
H A Dsama5d2.dtsi160 compatible = "arm,pl310-cache";
/optee_os/
H A DCHANGELOG.md854 * pl310: fix cache sync ([#2035])