Searched refs:syscon (Results 151 - 175 of 586) sorted by relevance

1234567891011>>

/linux-master/drivers/mfd/
H A Daltera-sysmgr.c7 * Based on syscon driver.
14 #include <linux/mfd/syscon.h>
/linux-master/drivers/usb/fotg210/
H A Dfotg210-core.c11 #include <linux/mfd/syscon.h>
52 map = syscon_regmap_lookup_by_phandle(np, "syscon");
54 return dev_err_probe(dev, PTR_ERR(map), "no syscon\n");
/linux-master/sound/soc/fsl/
H A Dfsl_mqs.c11 #include <linux/mfd/syscon.h>
12 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
/linux-master/drivers/bus/
H A Dimx-weim.c18 #include <linux/mfd/syscon.h>
19 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
/linux-master/drivers/remoteproc/
H A Domap_remoteproc.c34 #include <linux/mfd/syscon.h>
48 * @syscon: regmap handle for the system control configuration module
49 * @boot_reg: boot register offset within the @syscon regmap
54 struct regmap *syscon; member in struct:omap_rproc_boot_data
584 return regmap_update_bits(bdata->syscon, offset, mask, value);
1150 oproc->boot_data->syscon =
1152 if (IS_ERR(oproc->boot_data->syscon)) {
1153 ret = PTR_ERR(oproc->boot_data->syscon);
H A Dqcom_q6v5_wcss.c12 #include <linux/mfd/syscon.h>
826 struct device_node *syscon; local
845 syscon = of_parse_phandle(pdev->dev.of_node,
847 if (!syscon) {
852 wcss->halt_map = syscon_node_to_regmap(syscon);
853 of_node_put(syscon);
H A Dqcom_q6v5_adsp.c15 #include <linux/mfd/syscon.h>
588 struct device_node *syscon; local
608 syscon = of_parse_phandle(pdev->dev.of_node, "qcom,halt-regs", 0);
609 if (!syscon) {
614 adsp->halt_map = syscon_node_to_regmap(syscon);
615 of_node_put(syscon);
622 dev_err(&pdev->dev, "no offset in syscon\n");
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-qcom-ep.c17 #include <linux/mfd/syscon.h>
528 struct device_node *syscon; local
558 syscon = of_parse_phandle(dev->of_node, "qcom,perst-regs", 0);
559 if (!syscon) {
564 pcie_ep->perst_map = syscon_node_to_regmap(syscon);
565 of_node_put(syscon);
572 dev_err(dev, "No Perst Enable offset in syscon\n");
579 dev_err(dev, "No Perst Separation Enable offset in syscon\n");
/linux-master/drivers/memory/
H A Datmel-ebi.c11 #include <linux/mfd/syscon.h>
12 #include <linux/mfd/syscon/atmel-matrix.h>
13 #include <linux/mfd/syscon/atmel-smc.h>
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-prg.c10 #include <linux/mfd/syscon.h>
11 #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h>
/linux-master/drivers/clk/ti/
H A Dclk.c403 * @syscon: syscon regmap pointer for accessing clock registers
405 * syscon is not provided
414 struct regmap *syscon, void __iomem *mem)
433 io->regmap = syscon;
413 omap2_clk_provider_init(struct device_node *parent, int index, struct regmap *syscon, void __iomem *mem) argument
/linux-master/drivers/clk/davinci/
H A Dpll-da850.c17 #include <linux/mfd/syscon.h>
/linux-master/drivers/watchdog/
H A Duniphier_wdt.c11 #include <linux/mfd/syscon.h>
194 parent = of_get_parent(dev->of_node); /* parent should be syscon node */
H A Djz4740_wdt.c8 #include <linux/mfd/syscon.h>
/linux-master/drivers/irqchip/
H A Dirq-vf610-mscm-ir.c27 #include <linux/mfd/syscon.h>
H A Dirq-ingenic-tcu.c12 #include <linux/mfd/syscon.h>
/linux-master/drivers/clk/mvebu/
H A Dap806-system-controller.c15 #include <linux/mfd/syscon.h>
/linux-master/drivers/input/touchscreen/
H A Dts4800-ts.c15 #include <linux/mfd/syscon.h>
117 syscon_np = of_parse_phandle(np, "syscon", 0);
119 dev_err(dev, "no syscon property\n");
130 error = of_property_read_u32_index(np, "syscon", 1, &reg);
132 dev_err(dev, "no offset in syscon\n");
138 error = of_property_read_u32_index(np, "syscon", 2, &bit);
140 dev_err(dev, "no bit in syscon\n");
/linux-master/drivers/phy/intel/
H A Dphy-intel-lgm-emmc.c10 #include <linux/mfd/syscon.h>
247 priv->syscfg = syscon_regmap_lookup_by_phandle(np, "intel,syscon");
249 dev_err(dev, "failed to find syscon\n");
H A Dphy-intel-keembay-emmc.c10 #include <linux/mfd/syscon.h>
/linux-master/drivers/soc/samsung/
H A Dexynos-usi.c10 #include <linux/mfd/syscon.h>
/linux-master/drivers/pci/controller/mobiveil/
H A Dpcie-layerscape-gen4.c20 #include <linux/mfd/syscon.h>
/linux-master/drivers/phy/samsung/
H A Dphy-exynos5250-sata.c22 #include <linux/mfd/syscon.h>
178 "samsung,syscon-phandle");
180 dev_err(dev, "syscon regmap lookup failed.\n");
/linux-master/arch/arm/mach-rockchip/
H A Dplatsmp.c14 #include <linux/mfd/syscon.h>
/linux-master/drivers/clocksource/
H A Dtimer-pistachio.c17 #include <linux/mfd/syscon.h>

Completed in 438 milliseconds

1234567891011>>