Home
last modified time | relevance | path

Searched refs:mcbb_map (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A Dxgene_edac.c49 struct regmap *mcbb_map; member
322 if (regmap_read(ctx->edac->mcbb_map, MCBADDRMR, &reg)) in xgene_edac_mc_is_active()
1880 edac->mcbb_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in xgene_edac_probe()
1882 if (IS_ERR(edac->mcbb_map)) { in xgene_edac_probe()
1884 rc = PTR_ERR(edac->mcbb_map); in xgene_edac_probe()
/kernel/linux/linux-5.10/drivers/perf/
H A Dxgene_pmu.c1376 struct regmap *csw_map, *mcba_map, *mcbb_map; in fdt_pmu_probe_active_mcb_mcu_l3c() local
1392 mcbb_map = syscon_regmap_lookup_by_phandle(np, "regmap-mcbb"); in fdt_pmu_probe_active_mcb_mcu_l3c()
1393 if (IS_ERR(mcbb_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c()
1395 return PTR_ERR(mcbb_map); in fdt_pmu_probe_active_mcb_mcu_l3c()
1406 if (regmap_read(mcbb_map, MCBADDRMR, &reg)) in fdt_pmu_probe_active_mcb_mcu_l3c()
/kernel/linux/linux-6.6/drivers/edac/
H A Dxgene_edac.c49 struct regmap *mcbb_map; member
322 if (regmap_read(ctx->edac->mcbb_map, MCBADDRMR, &reg)) in xgene_edac_mc_is_active()
1880 edac->mcbb_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in xgene_edac_probe()
1882 if (IS_ERR(edac->mcbb_map)) { in xgene_edac_probe()
1884 rc = PTR_ERR(edac->mcbb_map); in xgene_edac_probe()
/kernel/linux/linux-6.6/drivers/perf/
H A Dxgene_pmu.c1372 struct regmap *csw_map, *mcba_map, *mcbb_map; in fdt_pmu_probe_active_mcb_mcu_l3c() local
1388 mcbb_map = syscon_regmap_lookup_by_phandle(np, "regmap-mcbb"); in fdt_pmu_probe_active_mcb_mcu_l3c()
1389 if (IS_ERR(mcbb_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c()
1391 return PTR_ERR(mcbb_map); in fdt_pmu_probe_active_mcb_mcu_l3c()
1402 if (regmap_read(mcbb_map, MCBADDRMR, &reg)) in fdt_pmu_probe_active_mcb_mcu_l3c()

Completed in 12 milliseconds