Searched refs:hns3_pmu_readl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/perf/hisilicon/ |
H A D | hns3_pmu.c | 746 static u32 hns3_pmu_readl(struct hns3_pmu *hns3_pmu, u32 reg_offset, u32 idx) in hns3_pmu_readl() function 1169 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_enable_counter() 1180 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_disable_counter() 1191 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_INTR_MASK, idx); in hns3_pmu_enable_intr() 1202 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_INTR_MASK, idx); in hns3_pmu_disable_intr() 1211 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_clear_intr_status() 1215 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_clear_intr_status() 1456 intr_status = hns3_pmu_readl(hns3_pmu, in hns3_pmu_irq()
|