Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/perf/hisilicon/
Dhns3_pmu.c736 static u32 hns3_pmu_readl(struct hns3_pmu *hns3_pmu, u32 reg_offset, u32 idx) in hns3_pmu_readl() function
1159 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_enable_counter()
1170 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_disable_counter()
1181 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_INTR_MASK, idx); in hns3_pmu_enable_intr()
1192 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_INTR_MASK, idx); in hns3_pmu_disable_intr()
1201 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_clear_intr_status()
1205 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_clear_intr_status()
1447 intr_status = hns3_pmu_readl(hns3_pmu, in hns3_pmu_irq()