Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/edac/
Dxgene_edac.c48 struct regmap *mcba_map; member
330 if (regmap_read(ctx->edac->mcba_map, MCBADDRMR, &reg)) in xgene_edac_mc_is_active()
1870 edac->mcba_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in xgene_edac_probe()
1872 if (IS_ERR(edac->mcba_map)) { in xgene_edac_probe()
1874 rc = PTR_ERR(edac->mcba_map); in xgene_edac_probe()
/linux-6.12.1/drivers/perf/
Dxgene_pmu.c1362 struct regmap *csw_map, *mcba_map, *mcbb_map; in fdt_pmu_probe_active_mcb_mcu_l3c() local
1372 mcba_map = syscon_regmap_lookup_by_phandle(np, "regmap-mcba"); in fdt_pmu_probe_active_mcb_mcu_l3c()
1373 if (IS_ERR(mcba_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c()
1375 return PTR_ERR(mcba_map); in fdt_pmu_probe_active_mcb_mcu_l3c()
1400 if (regmap_read(mcba_map, MCBADDRMR, &reg)) in fdt_pmu_probe_active_mcb_mcu_l3c()