Searched refs:pcppmu_csr (Results 1 – 1 of 1) sorted by relevance
124 void __iomem *pcppmu_csr; member715 writel(PCPPMU_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_mask_int()720 writel(PCPPMU_V3_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_v3_mask_int()725 writel(PCPPMU_INTCLRMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_unmask_int()731 xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_v3_unmask_int()1243 val = readl(xgene_pmu->pcppmu_csr + PCPPMU_INTSTATUS_REG); in xgene_pmu_isr()1893 xgene_pmu->pcppmu_csr = devm_ioremap_resource(&pdev->dev, res); in xgene_pmu_probe()1894 if (IS_ERR(xgene_pmu->pcppmu_csr)) { in xgene_pmu_probe()1896 return PTR_ERR(xgene_pmu->pcppmu_csr); in xgene_pmu_probe()