Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Dmarvell_cn10k_tad_pmu.c263 u32 tad_cnt; in tad_pmu_probe() local
293 ret = device_property_read_u32(dev, "marvell,tad-cnt", &tad_cnt); in tad_pmu_probe()
299 regions = devm_kcalloc(&pdev->dev, tad_cnt, in tad_pmu_probe()
305 for (i = 0; i < tad_cnt && res->start < res->end; i++) { in tad_pmu_probe()
317 tad_pmu->region_cnt = tad_cnt; in tad_pmu_probe()