Home
last modified time | relevance | path

Searched refs:xgene_pmu (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/perf/
H A Dxgene_pmu.c92 struct xgene_pmu *parent;
102 void (*mask_int)(struct xgene_pmu *pmu);
103 void (*unmask_int)(struct xgene_pmu *pmu);
118 struct xgene_pmu { struct
699 static inline void xgene_pmu_mask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_mask_int() argument
701 writel(PCPPMU_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_mask_int()
704 static inline void xgene_pmu_v3_mask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_v3_mask_int() argument
706 writel(PCPPMU_V3_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_v3_mask_int()
709 static inline void xgene_pmu_unmask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_unmask_int() argument
711 writel(PCPPMU_INTCLRMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_unmask_int()
[all …]
/linux/
H A DMAINTAINERS2105 F: drivers/perf/xgene_pmu.c