Home
last modified time | relevance | path

Searched refs:soc_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Dmvebu-audio.txt15 (named "pll_regs") and the second one ("soc_ctrl") - for register
/linux/drivers/mmc/host/
H A Dsdhci-of-dwcmshc.c1393 struct regmap *soc_ctrl; in dwcmshc_hpe_gsc_init() local
1400 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()
/linux/arch/arm/boot/dts/marvell/
H A Darmada-38x.dtsi639 reg-names = "i2s_regs", "pll_regs", "soc_ctrl";