Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dxgene_edac.c47 struct regmap *csw_map; member
314 if (regmap_read(ctx->edac->csw_map, CSW_CSWCR, &reg)) in xgene_edac_mc_is_active()
1864 edac->csw_map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in xgene_edac_probe()
1866 if (IS_ERR(edac->csw_map)) { in xgene_edac_probe()
1868 rc = PTR_ERR(edac->csw_map); in xgene_edac_probe()
/openbmc/linux/drivers/perf/
H A Dxgene_pmu.c1372 struct regmap *csw_map, *mcba_map, *mcbb_map; in fdt_pmu_probe_active_mcb_mcu_l3c() local
1376 csw_map = syscon_regmap_lookup_by_phandle(np, "regmap-csw"); in fdt_pmu_probe_active_mcb_mcu_l3c()
1377 if (IS_ERR(csw_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c()
1379 return PTR_ERR(csw_map); in fdt_pmu_probe_active_mcb_mcu_l3c()
1395 if (regmap_read(csw_map, CSW_CSWCR, &reg)) in fdt_pmu_probe_active_mcb_mcu_l3c()