Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/edac/
Dxgene_edac.c49 struct regmap *mcbb_map; member
322 if (regmap_read(ctx->edac->mcbb_map, MCBADDRMR, &reg)) in xgene_edac_mc_is_active()
1883 edac->mcbb_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in xgene_edac_probe()
1885 if (IS_ERR(edac->mcbb_map)) { in xgene_edac_probe()
1887 rc = PTR_ERR(edac->mcbb_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
1398 mcbb_map = syscon_regmap_lookup_by_phandle(np, "regmap-mcbb"); in fdt_pmu_probe_active_mcb_mcu_l3c()
1399 if (IS_ERR(mcbb_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c()
1401 return PTR_ERR(mcbb_map); in fdt_pmu_probe_active_mcb_mcu_l3c()
1412 if (regmap_read(mcbb_map, MCBADDRMR, &reg)) in fdt_pmu_probe_active_mcb_mcu_l3c()