Home
last modified time | relevance | path

Searched refs:syscon_regmap_lookup_by_phandle (Results 1 – 25 of 159) sorted by relevance

1234567

/Linux-v5.4/include/linux/mfd/
Dsyscon.h23 extern struct regmap *syscon_regmap_lookup_by_phandle(
42 static inline struct regmap *syscon_regmap_lookup_by_phandle( in syscon_regmap_lookup_by_phandle() function
/Linux-v5.4/drivers/net/ethernet/ti/
Dcpsw-common.c22 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in davinci_emac_3517_get_macid()
49 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in cpsw_am33xx_cm_get_macid()
/Linux-v5.4/drivers/power/reset/
Dkeystone-reset.c90 pllctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-pll"); in rsctrl_probe()
94 devctrl_regs = syscon_regmap_lookup_by_phandle(np, "ti,syscon-dev"); in rsctrl_probe()
Daxxia-reset.c57 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in axxia_reset_probe()
Dst-poweroff.c86 syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in st_reset_probe()
Dsyscon-poweroff.c40 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "regmap"); in syscon_poweroff_probe()
Dsyscon-reboot.c53 ctx->map = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); in syscon_reboot_probe()
Dbrcmstb-reboot.c115 regmap = syscon_regmap_lookup_by_phandle(np, "syscon"); in brcmstb_reboot_probe()
/Linux-v5.4/drivers/phy/hisilicon/
Dphy-hi3660-usb3.c182 priv->peri_crg = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3660_phy_probe()
189 priv->pctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hi3660_phy_probe()
Dphy-hi6220-usb.c129 priv->reg = syscon_regmap_lookup_by_phandle(dev->of_node, in hi6220_phy_probe()
/Linux-v5.4/drivers/phy/broadcom/
Dphy-bcm-sr-pcie.c235 core->cdru = syscon_regmap_lookup_by_phandle(node, "brcm,sr-cdru"); in sr_pcie_phy_probe()
241 core->mhb = syscon_regmap_lookup_by_phandle(node, "brcm,sr-mhb"); in sr_pcie_phy_probe()
/Linux-v5.4/drivers/cpufreq/
Dsti-cpufreq.c241 ddata.syscfg = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in sti_cpufreq_fetch_syscon_registers()
247 ddata.syscfg_eng = syscon_regmap_lookup_by_phandle(np, "st,syscfg-eng"); in sti_cpufreq_fetch_syscon_registers()
/Linux-v5.4/drivers/watchdog/
Dlantiq_wdt.c164 rcu_regmap = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); in ltq_wdt_xrx_bootstatus_get()
184 rcu_regmap = syscon_regmap_lookup_by_phandle(dev->of_node, in ltq_wdt_falcon_bootstatus_get()
/Linux-v5.4/drivers/mfd/
Dsyscon.c207 struct regmap *syscon_regmap_lookup_by_phandle(struct device_node *np, in syscon_regmap_lookup_by_phandle() function
226 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_phandle);
/Linux-v5.4/drivers/soc/lantiq/
Dfpi-bus.c43 rcu_regmap = syscon_regmap_lookup_by_phandle(np, "lantiq,rcu"); in ltq_fpi_probe()
/Linux-v5.4/drivers/phy/samsung/
Dphy-samsung-usb2.c177 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()
Dphy-exynos-dp-video.c86 state->regs = syscon_regmap_lookup_by_phandle(dev->of_node, in exynos_dp_video_phy_probe()
/Linux-v5.4/drivers/clk/sprd/
Dcommon.c48 regmap = syscon_regmap_lookup_by_phandle(node, "sprd,syscon"); in sprd_clk_regmap_init()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-ipq806x.c221 gmac->nss_common = syscon_regmap_lookup_by_phandle(dev->of_node, in ipq806x_gmac_of_parse()
229 gmac->qsgmii_csr = syscon_regmap_lookup_by_phandle(dev->of_node, in ipq806x_gmac_of_parse()
/Linux-v5.4/drivers/regulator/
Dstm32-booster.c82 regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in stm32_booster_probe()
/Linux-v5.4/drivers/reset/hisilicon/
Dreset-hi3660.c86 rc->map = syscon_regmap_lookup_by_phandle(np, "hisi,rst-syscon"); in hi3660_reset_probe()
/Linux-v5.4/drivers/irqchip/
Dirq-digicolor.c89 ucregs = syscon_regmap_lookup_by_phandle(node, "syscon"); in digicolor_of_init()
/Linux-v5.4/drivers/soc/versatile/
Dsoc-realview.c90 syscon_regmap = syscon_regmap_lookup_by_phandle(np, "regmap"); in realview_soc_probe()
/Linux-v5.4/drivers/reset/
Dreset-zynq.c99 priv->slcr = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, in zynq_reset_probe()
/Linux-v5.4/drivers/phy/st/
Dphy-stih407-usb.c119 phy_dev->regmap = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in stih407_usb2_picophy_probe()

1234567