/openbmc/u-boot/test/dm/ |
H A D | syscon.c | 57 ut_assertok_ptr(syscon_regmap_lookup_by_phandle(dev, "first-syscon")); in dm_test_syscon_by_phandle() 58 map = syscon_regmap_lookup_by_phandle(dev, "first-syscon"); in dm_test_syscon_by_phandle() 63 ut_assertok_ptr(syscon_regmap_lookup_by_phandle(dev, in dm_test_syscon_by_phandle() 65 map = syscon_regmap_lookup_by_phandle(dev, "second-sys-ctrl"); in dm_test_syscon_by_phandle() 70 ut_assert(IS_ERR(syscon_regmap_lookup_by_phandle(dev, "not-present"))); in dm_test_syscon_by_phandle()
|
/openbmc/linux/include/linux/mfd/ |
H A D | syscon.h | 23 struct regmap *syscon_regmap_lookup_by_phandle(struct device_node *np, 49 static inline struct regmap *syscon_regmap_lookup_by_phandle( in syscon_regmap_lookup_by_phandle() function
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw-common.c | 21 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in davinci_emac_3517_get_macid() 48 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in cpsw_am33xx_cm_get_macid()
|
/openbmc/linux/drivers/power/reset/ |
H A D | keystone-reset.c | 92 pllctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-pll"); in rsctrl_probe() 96 devctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-dev"); in rsctrl_probe()
|
H A D | axxia-reset.c | 57 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in axxia_reset_probe()
|
H A D | syscon-poweroff.c | 37 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "regmap"); in syscon_poweroff_probe()
|
H A D | st-poweroff.c | 86 syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in st_reset_probe()
|
H A D | syscon-reboot.c | 53 ctx->map = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); in syscon_reboot_probe()
|
/openbmc/linux/drivers/reset/hisilicon/ |
H A D | reset-hi3660.c | 86 rc->map = syscon_regmap_lookup_by_phandle(np, "hisilicon,rst-syscon"); in hi3660_reset_probe() 89 rc->map = syscon_regmap_lookup_by_phandle(np, in hi3660_reset_probe()
|
/openbmc/linux/drivers/mfd/ |
H A D | syscon.c | 269 struct regmap *syscon_regmap_lookup_by_phandle(struct device_node *np, in syscon_regmap_lookup_by_phandle() function 290 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_phandle); 331 regmap = syscon_regmap_lookup_by_phandle(np, property); in syscon_regmap_lookup_by_phandle_optional()
|
/openbmc/u-boot/drivers/phy/ |
H A D | omap-usb2-phy.c | 190 regmap = syscon_regmap_lookup_by_phandle(dev, "syscon-phy-power"); in omap_usb2_phy_probe() 201 regmap = syscon_regmap_lookup_by_phandle(dev, "ctrl-module"); in omap_usb2_phy_probe()
|
/openbmc/linux/drivers/phy/broadcom/ |
H A D | phy-bcm-sr-pcie.c | 232 core->cdru = syscon_regmap_lookup_by_phandle(node, "brcm,sr-cdru"); in sr_pcie_phy_probe() 238 core->mhb = syscon_regmap_lookup_by_phandle(node, "brcm,sr-mhb"); in sr_pcie_phy_probe()
|
/openbmc/linux/drivers/phy/samsung/ |
H A D | phy-exynos-pcie.c | 158 exynos_phy->pmureg = syscon_regmap_lookup_by_phandle(dev->of_node, in exynos_pcie_phy_probe() 165 exynos_phy->fsysreg = syscon_regmap_lookup_by_phandle(dev->of_node, in exynos_pcie_phy_probe()
|
H A D | phy-samsung-usb2.c | 177 drv->reg_pmu = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in samsung_usb2_phy_probe() 185 drv->reg_sys = syscon_regmap_lookup_by_phandle( in samsung_usb2_phy_probe()
|
H A D | phy-exynos-dp-video.c | 87 state->regs = syscon_regmap_lookup_by_phandle(dev->of_node, in exynos_dp_video_phy_probe()
|
/openbmc/linux/drivers/phy/hisilicon/ |
H A D | phy-hi3660-usb3.c | 183 priv->peri_crg = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3660_phy_probe() 190 priv->pctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3660_phy_probe()
|
H A D | phy-hi3670-usb3.c | 600 priv->peri_crg = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3670_phy_probe() 607 priv->pctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3670_phy_probe() 614 priv->sctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3670_phy_probe()
|
/openbmc/u-boot/include/ |
H A D | syscon.h | 86 struct regmap *syscon_regmap_lookup_by_phandle(struct udevice *dev,
|
/openbmc/linux/drivers/cpufreq/ |
H A D | sti-cpufreq.c | 240 ddata.syscfg = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in sti_cpufreq_fetch_syscon_registers() 246 ddata.syscfg_eng = syscon_regmap_lookup_by_phandle(np, "st,syscfg-eng"); in sti_cpufreq_fetch_syscon_registers()
|
/openbmc/linux/drivers/watchdog/ |
H A D | lantiq_wdt.c | 165 rcu_regmap = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); in ltq_wdt_xrx_bootstatus_get() 185 rcu_regmap = syscon_regmap_lookup_by_phandle(dev->of_node, in ltq_wdt_falcon_bootstatus_get()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | soc.c | 23 dev->infracfg = syscon_regmap_lookup_by_phandle(np, "mediatek,infracfg"); in mt7622_wmac_init()
|
/openbmc/linux/drivers/soc/lantiq/ |
H A D | fpi-bus.c | 41 rcu_regmap = syscon_regmap_lookup_by_phandle(np, "lantiq,rcu"); in ltq_fpi_probe()
|
/openbmc/linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-snps-pcie3.c | 248 priv->phy_grf = syscon_regmap_lookup_by_phandle(np, "rockchip,phy-grf"); in rockchip_p3phy_probe() 256 syscon_regmap_lookup_by_phandle(dev->of_node, in rockchip_p3phy_probe()
|
/openbmc/linux/drivers/soc/versatile/ |
H A D | soc-realview.c | 100 syscon_regmap = syscon_regmap_lookup_by_phandle(np, "regmap"); in realview_soc_probe()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-digicolor.c | 89 ucregs = syscon_regmap_lookup_by_phandle(node, "syscon"); in digicolor_of_init()
|