Home
last modified time | relevance | path

Searched refs:syscon_get_regmap (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/test/dm/
Dregmap.c24 map = syscon_get_regmap(dev); in dm_test_regmap_base()
32 map = syscon_get_regmap(dev); in dm_test_regmap_base()
46 map = syscon_get_regmap(dev); in dm_test_regmap_base()
103 map = syscon_get_regmap(dev); in dm_test_regmap_rw()
/external/u-boot/include/
Dsyscon.h48 struct regmap *syscon_get_regmap(struct udevice *dev);
/external/u-boot/drivers/sysreset/
Dsysreset_syscon.c49 priv->regmap = syscon_get_regmap(syscon); in syscon_reboot_probe()
Dsysreset_sti.c55 regmap = syscon_get_regmap(syscon); in sti_sysreset_probe()
/external/u-boot/drivers/clk/
Dclk_boston.c73 state->regmap = syscon_get_regmap(syscon); in clk_boston_ofdata_to_platdata()
Dclk_stm32h7.c815 priv->pwr_regmap = syscon_get_regmap(syscon); in stm32_clk_probe()
/external/u-boot/drivers/clk/at91/
Dclk-utmi.c114 plat->regmap_sfr = syscon_get_regmap(syscon); in utmi_clk_ofdata_to_platdata()
/external/u-boot/drivers/core/
Dsyscon-uclass.c26 struct regmap *syscon_get_regmap(struct udevice *dev) in syscon_get_regmap() function
/external/u-boot/drivers/phy/
Dsti_usb_phy.c127 priv->regmap = syscon_get_regmap(syscon); in sti_usb_phy_probe()
Dti-pipe3-phy.c291 regmap = syscon_get_regmap(syscon); in get_reg()
/external/u-boot/drivers/usb/host/
Ddwc3-sti-glue.c131 regmap = syscon_get_regmap(syscon); in sti_dwc3_glue_ofdata_to_platdata()
/external/u-boot/drivers/pinctrl/
Dpinctrl-sti.c290 plat->regmap = syscon_get_regmap(syscon); in sti_pinctrl_probe()
/external/u-boot/drivers/power/regulator/
Dpbias_regulator.c75 regmap = syscon_get_regmap(syscon); in pbias_ofdata_to_platdata()
/external/u-boot/drivers/reset/
Dsti-reset.c214 regmap = syscon_get_regmap(syscon); in sti_reset_get_regmap()
/external/u-boot/drivers/spi/
Dti_qspi.c569 regmap = syscon_get_regmap(syscon); in map_syscon_chipselects()