Home
last modified time | relevance | path

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

/Linux-v5.4/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()
1875 edac->mcba_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in xgene_edac_probe()
1877 if (IS_ERR(edac->mcba_map)) { in xgene_edac_probe()
1879 rc = PTR_ERR(edac->mcba_map); in xgene_edac_probe()
/Linux-v5.4/drivers/perf/
Dxgene_pmu.c1382 struct regmap *csw_map, *mcba_map, *mcbb_map; in fdt_pmu_probe_active_mcb_mcu_l3c() local
1392 mcba_map = syscon_regmap_lookup_by_phandle(np, "regmap-mcba"); in fdt_pmu_probe_active_mcb_mcu_l3c()
1393 if (IS_ERR(mcba_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c()
1395 return PTR_ERR(mcba_map); in fdt_pmu_probe_active_mcb_mcu_l3c()
1420 if (regmap_read(mcba_map, MCBADDRMR, &reg)) in fdt_pmu_probe_active_mcb_mcu_l3c()