Searched refs:soc_ctrl (Results 1 – 3 of 3) sorted by relevance
15 (named "pll_regs") and the second one ("soc_ctrl") - for register
1393 struct regmap *soc_ctrl; in dwcmshc_hpe_gsc_init() local1400 soc_ctrl = syscon_regmap_lookup_by_phandle_args(dev->of_node, in dwcmshc_hpe_gsc_init()1403 if (IS_ERR(soc_ctrl)) { in dwcmshc_hpe_gsc_init()1405 return PTR_ERR(soc_ctrl); in dwcmshc_hpe_gsc_init()1409 ret = regmap_update_bits(soc_ctrl, reg_offset, in dwcmshc_hpe_gsc_init()
639 reg-names = "i2s_regs", "pll_regs", "soc_ctrl";