Home
last modified time | relevance | path

Searched refs:syscon_regmap_lookup_by_phandle (Results 1 - 25 of 385) sorted by relevance

12345678910>>...16

/kernel/linux/linux-5.10/include/linux/mfd/
H A Dsyscon.h23 extern struct regmap *syscon_regmap_lookup_by_phandle(
47 static inline struct regmap *syscon_regmap_lookup_by_phandle( in syscon_regmap_lookup_by_phandle() function
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dsyscon.h23 extern struct regmap *syscon_regmap_lookup_by_phandle(
50 static inline struct regmap *syscon_regmap_lookup_by_phandle( in syscon_regmap_lookup_by_phandle() function
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A 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()
/kernel/linux/linux-5.10/drivers/power/reset/
H A 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()
H A Daxxia-reset.c57 syscon = syscon_regmap_lookup_by_phandle(dev->of_node, "syscon"); in axxia_reset_probe()
H A Dst-poweroff.c86 syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in st_reset_probe()
H A Dsyscon-poweroff.c40 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "regmap"); in syscon_poweroff_probe()
/kernel/linux/linux-6.6/drivers/reset/hisilicon/
H A Dreset-hi3660.c86 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()
/kernel/linux/linux-6.6/drivers/power/reset/
H A Dkeystone-reset.c92 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dcpsw-common.c21 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()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dsyscon.c226 struct regmap *syscon_regmap_lookup_by_phandle(struct device_node *np, in syscon_regmap_lookup_by_phandle() function
247 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_phandle); variable
279 * It behaves the same as syscon_regmap_lookup_by_phandle() except where
288 regmap = syscon_regmap_lookup_by_phandle(np, property); in syscon_regmap_lookup_by_phandle_optional()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dsti-cpufreq.c242 ddata.syscfg = syscon_regmap_lookup_by_phandle(np, "st,syscfg"); in sti_cpufreq_fetch_syscon_registers()
248 ddata.syscfg_eng = syscon_regmap_lookup_by_phandle(np, "st,syscfg-eng"); in sti_cpufreq_fetch_syscon_registers()
/kernel/linux/linux-5.10/drivers/phy/broadcom/
H A 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()
/kernel/linux/linux-5.10/drivers/phy/hisilicon/
H A 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()
/kernel/linux/linux-5.10/drivers/phy/samsung/
H A 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()
/kernel/linux/linux-5.10/drivers/watchdog/
H A 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()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dlantiq_wdt.c165 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()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dsti-cpufreq.c240 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()
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H A Dphy-bcm-sr-pcie.c232 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()
/kernel/linux/linux-6.6/drivers/phy/hisilicon/
H A Dphy-hi3660-usb3.c183 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()
/kernel/linux/linux-6.6/drivers/phy/samsung/
H A 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()
H A Dphy-exynos-pcie.c158 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()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dsoc.c23 dev->infracfg = syscon_regmap_lookup_by_phandle(np, "mediatek,infracfg"); in mt7622_wmac_init()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dsoc.c23 dev->infracfg = syscon_regmap_lookup_by_phandle(np, "mediatek,infracfg"); in mt7622_wmac_init()
/kernel/linux/linux-5.10/drivers/soc/lantiq/
H A Dfpi-bus.c41 rcu_regmap = syscon_regmap_lookup_by_phandle(np, "lantiq,rcu"); in ltq_fpi_probe()

Completed in 8 milliseconds

12345678910>>...16