Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/perf/
H A Dxgene_pmu.c94 struct xgene_pmu *parent;
104 void (*mask_int)(struct xgene_pmu *pmu);
105 void (*unmask_int)(struct xgene_pmu *pmu);
120 struct xgene_pmu { struct
713 static inline void xgene_pmu_mask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_mask_int() argument
715 writel(PCPPMU_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_mask_int()
718 static inline void xgene_pmu_v3_mask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_v3_mask_int() argument
720 writel(PCPPMU_V3_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_v3_mask_int()
723 static inline void xgene_pmu_unmask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_unmask_int() argument
725 writel(PCPPMU_INTCLRMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_unmask_int()
[all …]
H A DMakefile14 obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS1269 F: drivers/perf/xgene_pmu.c