Searched refs:ocotp (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/nvmem/
H A DMakefile15 obj-$(CONFIG_NVMEM_BCM_OCOTP) += nvmem-bcm-ocotp.o
16 nvmem-bcm-ocotp-y := bcm-ocotp.o
21 obj-$(CONFIG_NVMEM_IMX_OCOTP) += nvmem-imx-ocotp.o
22 nvmem-imx-ocotp-y := imx-ocotp.o
23 obj-$(CONFIG_NVMEM_IMX_OCOTP_ELE) += nvmem-imx-ocotp-ele.o
24 nvmem-imx-ocotp-ele-y := imx-ocotp-ele.o
25 obj-$(CONFIG_NVMEM_IMX_OCOTP_SCU) += nvmem-imx-ocotp
[all...]
H A Dvf610-ocotp.c7 * Based on the barebox ocotp driver,
149 struct vf610_ocotp *ocotp = context; local
150 void __iomem *base = ocotp->base;
158 writel(ocotp->timing, base + OCOTP_TIMING);
176 dev_dbg(ocotp->dev, "Error reading from fuse address %x\n",
200 .name = "ocotp",
207 { .compatible = "fsl,vf610-ocotp", },
247 .name = "vf610-ocotp",
/linux-master/drivers/soc/imx/
H A Dsoc-imx.c32 struct regmap *ocotp = NULL; local
86 ocotp_compat = "fsl,imx6sl-ocotp";
90 ocotp_compat = "fsl,imx6q-ocotp";
94 ocotp_compat = "fsl,imx6sx-ocotp";
98 ocotp_compat = "fsl,imx6q-ocotp";
102 ocotp_compat = "fsl,imx6ul-ocotp";
106 ocotp_compat = "fsl,imx6ull-ocotp";
110 ocotp_compat = "fsl,imx6ull-ocotp";
114 ocotp_compat = "fsl,imx6sll-ocotp";
118 ocotp_compat = "fsl,imx7d-ocotp";
[all...]
/linux-master/drivers/cpufreq/
H A Dimx6q-cpufreq.c238 struct regmap *ocotp; local
240 ocotp = syscon_regmap_lookup_by_compatible("fsl,imx6q-ocotp");
241 if (IS_ERR(ocotp))
252 regmap_read(ocotp, OCOTP_CFG3, &val);
287 struct regmap *ocotp; local
289 ocotp = syscon_regmap_lookup_by_compatible("fsl,imx6ul-ocotp");
290 if (IS_ERR(ocotp))
291 ocotp
[all...]
/linux-master/arch/arm/mach-mxs/
H A Dmach-mxs.c97 np = of_find_compatible_node(NULL, NULL, "fsl,ocotp");
104 * clk_enable(hbus_clk) for ocotp can be skipped
164 const u32 *ocotp = mxs_get_ocotp(); local
223 val = ocotp[i];
387 const u32 *ocotp = mxs_get_ocotp(); local
406 soc_uid = system_serial_low = ocotp[HW_OCOTP_OPS3];
408 soc_uid = system_serial_high = ocotp[HW_OCOTP_OPS2];
410 system_serial_low = ocotp[HW_OCOTP_OPS3];

Completed in 150 milliseconds