Home
last modified time | relevance | path

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

/linux-6.15/drivers/perf/
H A Dmarvell_cn10k_tad_pmu.c298 u32 tad_cnt; in tad_pmu_probe() local
336 ret = device_property_read_u32(dev, "marvell,tad-cnt", &tad_cnt); in tad_pmu_probe()
342 regions = devm_kcalloc(&pdev->dev, tad_cnt, in tad_pmu_probe()
348 for (i = 0; i < tad_cnt && res->start < res->end; i++) { in tad_pmu_probe()
360 tad_pmu->region_cnt = tad_cnt; in tad_pmu_probe()