Searched refs:mcba_map (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | xgene_edac.c | 48 struct regmap *mcba_map; member 330 if (regmap_read(ctx->edac->mcba_map, MCBADDRMR, ®)) in xgene_edac_mc_is_active() 1872 edac->mcba_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in xgene_edac_probe() 1874 if (IS_ERR(edac->mcba_map)) { in xgene_edac_probe() 1876 rc = PTR_ERR(edac->mcba_map); in xgene_edac_probe()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | xgene_pmu.c | 1376 struct regmap *csw_map, *mcba_map, *mcbb_map; in fdt_pmu_probe_active_mcb_mcu_l3c() local 1386 mcba_map = syscon_regmap_lookup_by_phandle(np, "regmap-mcba"); in fdt_pmu_probe_active_mcb_mcu_l3c() 1387 if (IS_ERR(mcba_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c() 1389 return PTR_ERR(mcba_map); in fdt_pmu_probe_active_mcb_mcu_l3c() 1414 if (regmap_read(mcba_map, MCBADDRMR, ®)) in fdt_pmu_probe_active_mcb_mcu_l3c()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | xgene_edac.c | 48 struct regmap *mcba_map; member 330 if (regmap_read(ctx->edac->mcba_map, MCBADDRMR, ®)) in xgene_edac_mc_is_active() 1872 edac->mcba_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in xgene_edac_probe() 1874 if (IS_ERR(edac->mcba_map)) { in xgene_edac_probe() 1876 rc = PTR_ERR(edac->mcba_map); in xgene_edac_probe()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | xgene_pmu.c | 1372 struct regmap *csw_map, *mcba_map, *mcbb_map; in fdt_pmu_probe_active_mcb_mcu_l3c() local 1382 mcba_map = syscon_regmap_lookup_by_phandle(np, "regmap-mcba"); in fdt_pmu_probe_active_mcb_mcu_l3c() 1383 if (IS_ERR(mcba_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c() 1385 return PTR_ERR(mcba_map); in fdt_pmu_probe_active_mcb_mcu_l3c() 1410 if (regmap_read(mcba_map, MCBADDRMR, ®)) in fdt_pmu_probe_active_mcb_mcu_l3c()
|
Completed in 11 milliseconds