Searched refs:sllc_pmu (Results 1 – 1 of 1) sorted by relevance
94 struct hisi_pmu *sllc_pmu = to_hisi_pmu(event->pmu); in hisi_sllc_pmu_enable_tracetag() local95 struct hisi_sllc_pmu_regs *regs = sllc_pmu->dev_info->private; in hisi_sllc_pmu_enable_tracetag()101 val = readl(sllc_pmu->base + regs->perf_ctrl); in hisi_sllc_pmu_enable_tracetag()103 writel(val, sllc_pmu->base + regs->perf_ctrl); in hisi_sllc_pmu_enable_tracetag()109 struct hisi_pmu *sllc_pmu = to_hisi_pmu(event->pmu); in hisi_sllc_pmu_disable_tracetag() local110 struct hisi_sllc_pmu_regs *regs = sllc_pmu->dev_info->private; in hisi_sllc_pmu_disable_tracetag()116 val = readl(sllc_pmu->base + regs->perf_ctrl); in hisi_sllc_pmu_disable_tracetag()118 writel(val, sllc_pmu->base + regs->perf_ctrl); in hisi_sllc_pmu_disable_tracetag()124 struct hisi_pmu *sllc_pmu = to_hisi_pmu(event->pmu); in hisi_sllc_pmu_config_tgtid() local125 struct hisi_sllc_pmu_regs *regs = sllc_pmu->dev_info->private; in hisi_sllc_pmu_config_tgtid()[all …]