Searched refs:HNS3_PMU_REG_EVENT_CTRL_LOW (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/perf/hisilicon/ |
H A D | hns3_pmu.c | 37 #define HNS3_PMU_REG_EVENT_CTRL_LOW 0x00 macro 1154 hns3_pmu_writel(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx, val); in hns3_pmu_config_filter() 1169 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_enable_counter() 1171 hns3_pmu_writel(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx, val); in hns3_pmu_enable_counter() 1180 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_disable_counter() 1182 hns3_pmu_writel(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx, val); in hns3_pmu_disable_counter() 1211 val = hns3_pmu_readl(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx); in hns3_pmu_clear_intr_status() 1213 hns3_pmu_writel(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx, val); 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() 1217 hns3_pmu_writel(hns3_pmu, HNS3_PMU_REG_EVENT_CTRL_LOW, idx, val); in hns3_pmu_clear_intr_status()
|