| /rk3399_rockchip-uboot/test/dm/ |
| H A D | regmap.c | 26 map = syscon_get_regmap(dev); in dm_test_regmap_base() 36 map = syscon_get_regmap(dev); in dm_test_regmap_base() 51 map = syscon_get_regmap(dev); in dm_test_regmap_base()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | syscon-uclass.c | 18 struct regmap *syscon_get_regmap(struct udevice *dev) in syscon_get_regmap() function 60 r = syscon_get_regmap(syscon); in syscon_regmap_lookup_by_phandle()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | syscon.h | 48 struct regmap *syscon_get_regmap(struct udevice *dev);
|
| /rk3399_rockchip-uboot/drivers/sysreset/ |
| H A D | sysreset_syscon.c | 52 priv->regmap = syscon_get_regmap(syscon); in syscon_reboot_probe()
|
| H A D | sysreset_sti.c | 55 regmap = syscon_get_regmap(syscon); in sti_sysreset_probe()
|
| /rk3399_rockchip-uboot/drivers/clk/ |
| H A D | clk_boston.c | 74 state->regmap = syscon_get_regmap(syscon); in clk_boston_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-snps-pcie3.c | 237 priv->phy_grf = syscon_get_regmap(syscon); in rockchip_p3phy_probe() 254 priv->pipe_grf = syscon_get_regmap(syscon); in rockchip_p3phy_probe()
|
| H A D | sti_usb_phy.c | 128 priv->regmap = syscon_get_regmap(syscon); in sti_usb_phy_probe()
|
| H A D | ti-pipe3-phy.c | 292 regmap = syscon_get_regmap(syscon); in get_reg()
|
| H A D | phy-rockchip-naneng-edp.c | 397 edpphy->grf = syscon_get_regmap(dev_get_parent(dev)); in rockchip_edp_phy_probe()
|
| H A D | phy-rockchip-inno-usb2.c | 659 rphy->grf_base = syscon_get_regmap(syscon); in rockchip_usb2phy_probe() 661 rphy->grf_base = syscon_get_regmap(parent); in rockchip_usb2phy_probe() 677 rphy->usbgrf_base = syscon_get_regmap(syscon); in rockchip_usb2phy_probe()
|
| H A D | phy-rockchip-naneng-combphy.c | 355 priv->pipe_grf = syscon_get_regmap(syscon); in rockchip_combphy_parse_dt() 362 priv->phy_grf = syscon_get_regmap(syscon); in rockchip_combphy_parse_dt()
|
| H A D | phy-rockchip-samsung-hdptx.c | 1399 hdptx->grf = syscon_get_regmap(syscon); in rockchip_hdptx_phy_probe()
|
| /rk3399_rockchip-uboot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip-core.c | 689 regmap = syscon_get_regmap(syscon); 701 regmap = syscon_get_regmap(syscon); 714 regmap = syscon_get_regmap(syscon); 727 regmap = syscon_get_regmap(syscon);
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl-sti.c | 291 plat->regmap = syscon_get_regmap(syscon); in sti_pinctrl_probe()
|
| H A D | pinctrl-rockchip.c | 3268 regmap = syscon_get_regmap(syscon); 3280 regmap = syscon_get_regmap(syscon);
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | dwc3-sti-glue.c | 129 regmap = syscon_get_regmap(syscon); in sti_dwc3_glue_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/drivers/reset/ |
| H A D | sti-reset.c | 215 regmap = syscon_get_regmap(syscon); in sti_reset_get_regmap()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_lvds.c | 249 lvds->grf = syscon_get_regmap(dev_get_parent(dev)); in rockchip_lvds_probe()
|
| H A D | rockchip_rgb.c | 556 rgb->grf = syscon_get_regmap(dev_get_parent(dev)); in rockchip_rgb_probe()
|
| H A D | samsung_mipi_dcphy.c | 1888 samsung->grf = syscon_get_regmap(syscon); in samsung_mipi_dcphy_probe()
|
| H A D | analogix_dp.c | 1413 dp->grf = syscon_get_regmap(syscon); in analogix_dp_probe()
|
| H A D | dw_mipi_dsi2.c | 1307 dsi2->grf = syscon_get_regmap(syscon); in dw_mipi_dsi2_probe()
|
| H A D | phy-rockchip-samsung-hdptx-hdmi.c | 1931 hdptx->grf = syscon_get_regmap(syscon); in rockchip_hdptx_phy_hdmi_probe()
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | ti_qspi.c | 570 regmap = syscon_get_regmap(syscon); in map_syscon_chipselects()
|