Lines Matching defs:base
96 void msm8916_l2_boot(uintptr_t base)
101 if (mmio_read_32(base + L2_PWR_STATUS) & L2_PWR_STATUS_L2_HS_STS) {
102 VERBOSE("PSCI: L2 cache @ 0x%08lx is already powered on\n", base);
106 VERBOSE("PSCI: Powering on L2 cache @ 0x%08lx\n", base);
112 mmio_write_32(base + L2_PWR_CTL, pwr_ctl);
115 mmio_write_32(base + PWR_CTL_OVERRIDE, ovr);
121 mmio_write_32(base + L2_PWR_CTL, pwr_ctl);
124 mmio_write_32(base + L2_PWR_CTL, pwr_ctl);
129 mmio_write_32(base + CORE_CBCR, cbcr);
132 mmio_write_32(base + L2_PWR_CTL, pwr_ctl);
137 mmio_write_32(base + PWR_CTL_OVERRIDE, ovr);
140 mmio_write_32(base + L2_PWR_CTL, pwr_ctl);
145 mmio_write_32(base + L2_PWR_CTL, pwr_ctl);
148 mmio_write_32(base + CORE_CBCR, cbcr);