Home
last modified time | relevance | path

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

/linux/drivers/perf/hisilicon/
H A Dhisi_pcie_pmu.c65 struct hisi_pcie_pmu { struct
84 #define to_pcie_pmu(p) (container_of((p), struct hisi_pcie_pmu, pmu)) argument
122 struct hisi_pcie_pmu *pcie_pmu = to_pcie_pmu(dev_get_drvdata(dev)); in cpumask_show()
130 struct hisi_pcie_pmu *pcie_pmu = to_pcie_pmu(dev_get_drvdata(dev)); in identifier_show()
138 struct hisi_pcie_pmu *pcie_pmu = to_pcie_pmu(dev_get_drvdata(dev)); in bus_show()
146 struct hisi_pcie_pmu *pcie_pmu = to_pcie_pmu(dev_get_drvdata(dev)); in bdf_min_show()
154 struct hisi_pcie_pmu *pcie_pmu = to_pcie_pmu(dev_get_drvdata(dev)); in bdf_max_show()
161 hisi_pcie_parse_reg_value(struct hisi_pcie_pmu *pcie_pmu, u32 reg_off) in hisi_pcie_parse_reg_value()
195 static u32 hisi_pcie_pmu_readl(struct hisi_pcie_pmu *pcie_pmu, u32 reg_offset, in hisi_pcie_pmu_readl()
203 static void hisi_pcie_pmu_writel(struct hisi_pcie_pmu *pcie_pmu, u32 reg_offset, u32 idx, u32 val) in hisi_pcie_pmu_writel()
[all …]
H A DMakefile6 obj-$(CONFIG_HISI_PCIE_PMU) += hisi_pcie_pmu.o