Searched refs:pcppmu_csr (Results 1 – 1 of 1) sorted by relevance
122 void __iomem *pcppmu_csr; member701 writel(PCPPMU_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_mask_int()706 writel(PCPPMU_V3_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_v3_mask_int()711 writel(PCPPMU_INTCLRMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_unmask_int()717 xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_v3_unmask_int()1229 val = readl(xgene_pmu->pcppmu_csr + PCPPMU_INTSTATUS_REG); in xgene_pmu_isr()1866 xgene_pmu->pcppmu_csr = devm_platform_ioremap_resource(pdev, 0); in xgene_pmu_probe()1867 if (IS_ERR(xgene_pmu->pcppmu_csr)) { in xgene_pmu_probe()1869 return PTR_ERR(xgene_pmu->pcppmu_csr); in xgene_pmu_probe()