Searched refs:pl310 (Results 1 – 4 of 4) sorted by relevance
99 void arm_cl2_config(vaddr_t pl310) in arm_cl2_config() argument102 io_write32(pl310 + PL310_CTRL, 0); in arm_cl2_config()105 io_write32(pl310 + PL310_TAG_RAM_CTRL, PL310_TAG_RAM_CTRL_INIT); in arm_cl2_config()106 io_write32(pl310 + PL310_DATA_RAM_CTRL, PL310_DATA_RAM_CTRL_INIT); in arm_cl2_config()107 io_write32(pl310 + PL310_AUX_CTRL, PL310_AUX_CTRL_INIT); in arm_cl2_config()108 io_write32(pl310 + PL310_PREFETCH_CTRL, PL310_PREFETCH_CTRL_INIT); in arm_cl2_config()109 io_write32(pl310 + PL310_POWER_CTRL, PL310_POWER_CTRL_INIT); in arm_cl2_config()112 arm_cl2_invbyway(pl310); in arm_cl2_config()
68 void arm_cl2_config(vaddr_t pl310);69 void arm_cl2_enable(vaddr_t pl310);
147 compatible = "arm,pl310-cache";
403 * pl310: fix cache sync ([#2035])
Completed in 10 milliseconds