Searched refs:mcbb_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() local1378 mcbb_map = syscon_regmap_lookup_by_phandle(np, "regmap-mcbb"); in fdt_pmu_probe_active_mcb_mcu_l3c()1379 if (IS_ERR(mcbb_map)) { in fdt_pmu_probe_active_mcb_mcu_l3c()1381 return PTR_ERR(mcbb_map); in fdt_pmu_probe_active_mcb_mcu_l3c()1392 if (regmap_read(mcbb_map, MCBADDRMR, ®)) in fdt_pmu_probe_active_mcb_mcu_l3c()