Searched refs:csw_map (Results 1 – 1 of 1) sorted by relevance
1362 struct regmap *csw_map, *mcba_map, *mcbb_map; in fdt_pmu_probe_active_mcb_mcu_l3c() local1366 csw_map = syscon_regmap_lookup_by_phandle(np, "regmap-csw"); in fdt_pmu_probe_active_mcb_mcu_l3c()1367 if (IS_ERR(csw_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c()1369 return PTR_ERR(csw_map); in fdt_pmu_probe_active_mcb_mcu_l3c()1385 if (regmap_read(csw_map, CSW_CSWCR, ®)) in fdt_pmu_probe_active_mcb_mcu_l3c()