Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/perf/
Dxgene_pmu.c105 struct xgene_pmu *parent;
115 void (*mask_int)(struct xgene_pmu *pmu);
116 void (*unmask_int)(struct xgene_pmu *pmu);
131 struct xgene_pmu { struct
722 static inline void xgene_pmu_mask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_mask_int() argument
724 writel(PCPPMU_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_mask_int()
727 static inline void xgene_pmu_v3_mask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_v3_mask_int() argument
729 writel(PCPPMU_V3_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_v3_mask_int()
732 static inline void xgene_pmu_unmask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_unmask_int() argument
734 writel(PCPPMU_INTCLRMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_unmask_int()
[all …]
DMakefile10 obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o
/Linux-v4.19/
DMAINTAINERS1042 F: drivers/perf/xgene_pmu.c