Home
last modified time | relevance | path

Searched refs:syscon_regmap_lookup_by_phandle_args (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/include/linux/mfd/
H A Dsyscon.h25 struct regmap *syscon_regmap_lookup_by_phandle_args(struct device_node *np,
56 static inline struct regmap *syscon_regmap_lookup_by_phandle_args( in syscon_regmap_lookup_by_phandle_args() function
/linux-6.15/drivers/power/reset/
H A Dkeystone-reset.c90 pllctrl_regs = syscon_regmap_lookup_by_phandle_args(np, "ti,syscon-pll", in rsctrl_probe()
95 devctrl_regs = syscon_regmap_lookup_by_phandle_args(np, "ti,syscon-dev", in rsctrl_probe()
H A Dbrcmstb-reboot.c86 regmap = syscon_regmap_lookup_by_phandle_args(np, "syscon", ARRAY_SIZE(args), args); in brcmstb_reboot_probe()
/linux-6.15/drivers/phy/starfive/
H A Dphy-jh7110-pcie.c158 syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node, in jh7110_pcie_phy_probe()
168 syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node, in jh7110_pcie_phy_probe()
/linux-6.15/drivers/mfd/
H A Dsyscon.c317 struct regmap *syscon_regmap_lookup_by_phandle_args(struct device_node *np, in syscon_regmap_lookup_by_phandle_args() function
344 EXPORT_SYMBOL_GPL(syscon_regmap_lookup_by_phandle_args);
/linux-6.15/drivers/phy/st/
H A Dphy-stih407-usb.c119 phy_dev->regmap = syscon_regmap_lookup_by_phandle_args(np, "st,syscfg", in stih407_usb2_picophy_probe()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-starfive.c59 regmap = syscon_regmap_lookup_by_phandle_args(dwmac->dev->of_node, in starfive_dwmac_set_mode()
H A Ddwmac-sti.c203 regmap = syscon_regmap_lookup_by_phandle_args(np, "st,syscon", in sti_dwmac_parse_data()
H A Ddwmac-imx.c319 syscon_regmap_lookup_by_phandle_args(np, "intf_mode", 1, in imx_dwmac_parse_dt()
H A Ddwmac-stm32.c422 dwmac->regmap = syscon_regmap_lookup_by_phandle_args(np, "st,syscon", in stm32_dwmac_parse_data()
/linux-6.15/drivers/irqchip/
H A Dirq-keystone.c144 kirq->devctrl_regs = syscon_regmap_lookup_by_phandle_args(np, "ti,syscon-dev", in keystone_irq_probe()
/linux-6.15/drivers/usb/cdns3/
H A Dcdns3-starfive.c121 syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node, in cdns_starfive_probe()
/linux-6.15/drivers/mmc/host/
H A Ddw_mmc-hi3798mv200.c201 priv->crg_reg = syscon_regmap_lookup_by_phandle_args(np, "hisilicon,sap-dll-reg", in dw_mci_hi3798mv200_init()
/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-am62.c159 syscon = syscon_regmap_lookup_by_phandle_args(node, "ti,syscon-phy-pll-refclk", in phy_syscon_pll_refclk()
/linux-6.15/drivers/soc/samsung/
H A Dexynos-usi.c259 usi->sysreg = syscon_regmap_lookup_by_phandle_args(np, "samsung,sysreg", in exynos_usi_parse_dt()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c641 regmap = syscon_regmap_lookup_by_phandle_args(np, "ti,syscon-unaligned-access", in dra7xx_pcie_unaligned_memaccess()
664 pcie_syscon = syscon_regmap_lookup_by_phandle_args(np, "ti,syscon-lane-sel", in dra7xx_pcie_configure_two_lane()
H A Dpci-layerscape.c358 syscon_regmap_lookup_by_phandle_args(dev->of_node, in ls_pcie_probe()
/linux-6.15/drivers/remoteproc/
H A Dkeystone_remoteproc.c344 ksproc->dev_ctrl = syscon_regmap_lookup_by_phandle_args(np, "ti,syscon-dev", in keystone_rproc_of_get_dev_syscon()
H A Dst_remoteproc.c317 ddata->boot_base = syscon_regmap_lookup_by_phandle_args(np, "st,syscfg", in st_rproc_parse_dt()
/linux-6.15/drivers/net/can/c_can/
H A Dc_can_platform.c325 raminit->syscon = syscon_regmap_lookup_by_phandle_args(np, in c_can_plat_probe()
/linux-6.15/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-dev.c652 rkisp1->gasket = syscon_regmap_lookup_by_phandle_args(dev->of_node, in rkisp1_probe()
/linux-6.15/drivers/i2c/busses/
H A Di2c-nomadik.c1046 olb = syscon_regmap_lookup_by_phandle_args(np, "mobileye,olb", 1, &id); in nmk_i2c_eyeq5_probe()
/linux-6.15/drivers/spi/
H A Dspi-ti-qspi.c834 syscon_regmap_lookup_by_phandle_args(np, "syscon-chipselects", in ti_qspi_probe()
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-k210.c950 syscon_regmap_lookup_by_phandle_args(np, in k210_fpioa_probe()
/linux-6.15/sound/soc/dwc/
H A Ddwc-i2s.c896 regmap = syscon_regmap_lookup_by_phandle_args(dev->dev->of_node, in jh7110_i2srx_crg_init()

12