Home
last modified time | relevance | path

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

/arch/arm/mach-vt8500/
Dvt8500.c31 static void __iomem *pmc_base; variable
35 if (pmc_base) in vt8500_restart()
36 writel(1, pmc_base + VT8500_PMSR_REG); in vt8500_restart()
57 writew(5, pmc_base + VT8500_HCR_REG); in vt8500_power_off()
132 pmc_base = of_iomap(np, 0); in vt8500_init()
134 if (!pmc_base) in vt8500_init()
139 pmc_base = ioremap(LEGACY_PMC_BASE, 0x1000); in vt8500_init()
140 if (!pmc_base) in vt8500_init()
143 if (pmc_base) in vt8500_init()
/arch/arm/mach-at91/
Dpm_suspend.S472 ldr pmc, .pmc_base
564 ldr pmc, .pmc_base
819 ldr pmc, .pmc_base
875 ldr pmc, .pmc_base
928 ldr pmc, .pmc_base
971 ldr pmc, .pmc_base
990 ldr pmc, .pmc_base
1050 str tmp1, .pmc_base
1096 ldr pmc, .pmc_base
1111 .pmc_base: label
/arch/arm/mach-tegra/
Dsleep-tegra30.S112 .macro store_pllm_pmc_state, rd, tmp, pmc_base argument
113 ldr \rd, [\pmc_base, #PMC_PLLP_WB0_OVERRIDE]
122 .macro pllm_pmc_enable, rd, pmc_base argument
125 ldrne \rd, [\pmc_base, #PMC_PLLP_WB0_OVERRIDE]
127 strne \rd, [\pmc_base, #PMC_PLLP_WB0_OVERRIDE]
/arch/arm/mach-dove/
Dcommon.c410 .pmc_base = DOVE_PMU_VIRT_BASE,