Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A 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()
134 map = syscon_get_regmap(dev); in dm_test_regmap_getset()
157 map = syscon_get_regmap(dev); in dm_test_regmap_poll()
/openbmc/u-boot/drivers/core/
H A Dsyscon-uclass.c26 struct regmap *syscon_get_regmap(struct udevice *dev) in syscon_get_regmap() function
74 r = syscon_get_regmap(syscon); in syscon_regmap_lookup_by_phandle()
159 return syscon_get_regmap(dev); in syscon_node_to_regmap()
179 return syscon_get_regmap(dev); in syscon_node_to_regmap()
/openbmc/u-boot/include/
H A Dsyscon.h48 struct regmap *syscon_get_regmap(struct udevice *dev);
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_sti.c55 regmap = syscon_get_regmap(syscon); in sti_sysreset_probe()
/openbmc/u-boot/drivers/clk/
H A Dclk_boston.c73 state->regmap = syscon_get_regmap(syscon); in clk_boston_ofdata_to_platdata()
H A Dclk_stm32h7.c815 priv->pwr_regmap = syscon_get_regmap(syscon); in stm32_clk_probe()
/openbmc/u-boot/drivers/clk/at91/
H A Dclk-utmi.c119 plat->regmap_sfr = syscon_get_regmap(syscon); in utmi_clk_ofdata_to_platdata()
/openbmc/u-boot/drivers/phy/
H A Dsti_usb_phy.c127 priv->regmap = syscon_get_regmap(syscon); in sti_usb_phy_probe()
H A Dti-pipe3-phy.c294 regmap = syscon_get_regmap(syscon); in get_reg()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-sti.c290 plat->regmap = syscon_get_regmap(syscon); in sti_pinctrl_probe()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c131 regmap = syscon_get_regmap(syscon); in sti_dwc3_glue_ofdata_to_platdata()
/openbmc/u-boot/drivers/reset/
H A Dsti-reset.c214 regmap = syscon_get_regmap(syscon); in sti_reset_get_regmap()
/openbmc/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c781 regmap = syscon_get_regmap(syscon);
793 regmap = syscon_get_regmap(syscon);
/openbmc/u-boot/drivers/power/regulator/
H A Dpbias_regulator.c80 regmap = syscon_get_regmap(syscon); in pbias_ofdata_to_platdata()
/openbmc/u-boot/drivers/net/
H A Dmt7628-eth.c584 priv->sysctrl_regmap = syscon_get_regmap(syscon); in mt7628_eth_probe()
/openbmc/u-boot/drivers/spi/
H A Dti_qspi.c569 regmap = syscon_get_regmap(syscon); in map_syscon_chipselects()