Home
last modified time | relevance | path

Searched refs:pmu_base (Results 1 – 3 of 3) sorted by relevance

/arch/mips/vr41xx/common/
Dpmu.c32 static void __iomem *pmu_base; variable
34 #define pmu_read(offset) readw(pmu_base + (offset))
35 #define pmu_write(offset, value) writew((value), pmu_base + (offset))
109 pmu_base = ioremap(start, size); in vr41xx_pmu_init()
110 if (pmu_base == NULL) { in vr41xx_pmu_init()
/arch/arm/mach-rockchip/
Dplatsmp.c211 void __iomem *pmu_base; in rockchip_smp_prepare_pmu() local
238 pmu_base = of_iomap(node, 0); in rockchip_smp_prepare_pmu()
240 if (!pmu_base) { in rockchip_smp_prepare_pmu()
245 pmu = regmap_init_mmio(NULL, pmu_base, &rockchip_pmu_regmap_config); in rockchip_smp_prepare_pmu()
249 iounmap(pmu_base); in rockchip_smp_prepare_pmu()
/arch/arm/mach-dove/
Dcommon.c411 .pmu_base = DOVE_PMU_VIRT_BASE + 0x8000,