Searched refs:syscon_get_regmap (Results 1 - 25 of 29) sorted by relevance

12

/u-boot/include/
H A Dsyscon.h29 * syscon_get_regmap() - Get access to a register map
35 struct regmap *syscon_get_regmap(struct udevice *dev);
/u-boot/arch/arm/mach-mvebu/
H A Dsystem-controller.c64 struct regmap *regmap = syscon_get_regmap(rst->dev->parent);
72 struct regmap *regmap = syscon_get_regmap(rst->dev->parent);
80 struct regmap *regmap = syscon_get_regmap(rst->dev->parent);
112 struct regmap *regmap = syscon_get_regmap(dev->parent);
/u-boot/drivers/core/
H A Dsyscon-uclass.c34 struct regmap *syscon_get_regmap(struct udevice *dev) function
141 r = syscon_get_regmap(syscon);
222 r = syscon_get_regmap(dev);
/u-boot/drivers/sysreset/
H A Dsysreset_sti.c58 regmap = syscon_get_regmap(syscon);
/u-boot/test/dm/
H A Dsyscon-reset.c41 ut_assertok_ptr((map = syscon_get_regmap(syscon)));
H A Dregmap.c29 map = syscon_get_regmap(dev);
37 map = syscon_get_regmap(dev);
51 map = syscon_get_regmap(dev);
109 map = syscon_get_regmap(dev);
149 map = syscon_get_regmap(dev);
174 map = syscon_get_regmap(dev);
/u-boot/drivers/clk/
H A Dclk_boston.c75 state->regmap = syscon_get_regmap(syscon);
/u-boot/drivers/mtd/
H A Dhbmc-am654.c56 struct regmap *regmap = syscon_get_regmap(dev_get_parent(dev));
/u-boot/drivers/misc/
H A Drockchip-io-domain.c231 grf = syscon_get_regmap(dev_get_parent(dev));
/u-boot/drivers/power/domain/
H A Dapple-pmgr.c128 priv->regmap = syscon_get_regmap(dev->parent);
/u-boot/drivers/soc/ti/
H A Dpruss.c174 priv->cfg = syscon_get_regmap(syscon);
/u-boot/drivers/phy/
H A Dsti_usb_phy.c130 priv->regmap = syscon_get_regmap(syscon);
H A Dphy-ti-am654.c113 regmap = syscon_get_regmap(syscon);
/u-boot/drivers/clk/at91/
H A Dclk-utmi.c144 utmi->regmap_sfr = syscon_get_regmap(syscon);
/u-boot/drivers/pci/
H A Dpcie_starfive_jh7110.c115 priv->regmap = syscon_get_regmap(syscon);
/u-boot/drivers/power/pmic/
H A Dab8500.c231 priv->regmap = syscon_get_regmap(dev->parent);
/u-boot/drivers/pinctrl/
H A Dpinctrl-sti.c294 plat->regmap = syscon_get_regmap(syscon);
/u-boot/drivers/power/regulator/
H A Danatop_regulator.c240 anatop_reg->regmap = syscon_get_regmap(syscon);
H A Dpbias_regulator.c85 regmap = syscon_get_regmap(syscon);
/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c132 regmap = syscon_get_regmap(syscon);
/u-boot/drivers/reset/
H A Dsti-reset.c219 regmap = syscon_get_regmap(syscon);
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-combphy.c246 priv->pipe_grf = syscon_get_regmap(syscon);
253 priv->phy_grf = syscon_get_regmap(syscon);
H A Dphy-rockchip-inno-usb2.c238 priv->reg_base = syscon_get_regmap(dev_get_parent(dev));
/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c657 regmap = syscon_get_regmap(syscon);
669 regmap = syscon_get_regmap(syscon);
/u-boot/drivers/spi/
H A Dti_qspi.c434 regmap = syscon_get_regmap(syscon);

Completed in 114 milliseconds

12