Searched refs:pmu_base (Results 1 – 3 of 3) sorted by relevance
32 static void __iomem *pmu_base; variable34 #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()
211 void __iomem *pmu_base; in rockchip_smp_prepare_pmu() local238 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()
411 .pmu_base = DOVE_PMU_VIRT_BASE + 0x8000,