Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/nvmem/
H A DMakefile13 obj-$(CONFIG_NVMEM_BCM_OCOTP) += nvmem-bcm-ocotp.o
14 nvmem-bcm-ocotp-y := bcm-ocotp.o
19 obj-$(CONFIG_NVMEM_IMX_OCOTP) += nvmem-imx-ocotp.o
20 nvmem-imx-ocotp-y := imx-ocotp.o
21 obj-$(CONFIG_NVMEM_IMX_OCOTP_ELE) += nvmem-imx-ocotp-ele.o
22 nvmem-imx-ocotp-ele-y := imx-ocotp-ele.o
23 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; in vf610_ocotp_read() local
150 void __iomem *base = ocotp->base; in vf610_ocotp_read()
158 writel(ocotp->timing, base + OCOTP_TIMING); in vf610_ocotp_read()
176 dev_dbg(ocotp->dev, "Error reading from fuse address %x\n", in vf610_ocotp_read()
200 .name = "ocotp",
207 { .compatible = "fsl,vf610-ocotp", },
247 .name = "vf610-ocotp",
/kernel/linux/linux-5.10/drivers/nvmem/
H A DMakefile10 obj-$(CONFIG_NVMEM_BCM_OCOTP) += nvmem-bcm-ocotp.o
11 nvmem-bcm-ocotp-y := bcm-ocotp.o
14 obj-$(CONFIG_NVMEM_IMX_OCOTP) += nvmem-imx-ocotp.o
15 nvmem-imx-ocotp-y := imx-ocotp.o
16 obj-$(CONFIG_NVMEM_IMX_OCOTP_SCU) += nvmem-imx-ocotp-scu.o
17 nvmem-imx-ocotp-scu-y := imx-ocotp-scu.o
24 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp
[all...]
H A Dvf610-ocotp.c7 * Based on the barebox ocotp driver,
149 struct vf610_ocotp *ocotp = context; in vf610_ocotp_read() local
150 void __iomem *base = ocotp->base; in vf610_ocotp_read()
158 writel(ocotp->timing, base + OCOTP_TIMING); in vf610_ocotp_read()
176 dev_dbg(ocotp->dev, "Error reading from fuse address %x\n", in vf610_ocotp_read()
200 .name = "ocotp",
207 { .compatible = "fsl,vf610-ocotp", },
248 .name = "vf610-ocotp",
/kernel/linux/linux-5.10/drivers/soc/imx/
H A Dsoc-imx.c30 struct regmap *ocotp = NULL; in imx_soc_device_init() local
81 ocotp_compat = "fsl,imx6sl-ocotp"; in imx_soc_device_init()
85 ocotp_compat = "fsl,imx6q-ocotp"; in imx_soc_device_init()
89 ocotp_compat = "fsl,imx6sx-ocotp"; in imx_soc_device_init()
93 ocotp_compat = "fsl,imx6q-ocotp"; in imx_soc_device_init()
97 ocotp_compat = "fsl,imx6ul-ocotp"; in imx_soc_device_init()
101 ocotp_compat = "fsl,imx6ull-ocotp"; in imx_soc_device_init()
105 ocotp_compat = "fsl,imx6ull-ocotp"; in imx_soc_device_init()
109 ocotp_compat = "fsl,imx6sll-ocotp"; in imx_soc_device_init()
113 ocotp_compat = "fsl,imx7d-ocotp"; in imx_soc_device_init()
[all...]
/kernel/linux/linux-6.6/drivers/soc/imx/
H A Dsoc-imx.c32 struct regmap *ocotp = NULL; in imx_soc_device_init() local
86 ocotp_compat = "fsl,imx6sl-ocotp"; in imx_soc_device_init()
90 ocotp_compat = "fsl,imx6q-ocotp"; in imx_soc_device_init()
94 ocotp_compat = "fsl,imx6sx-ocotp"; in imx_soc_device_init()
98 ocotp_compat = "fsl,imx6q-ocotp"; in imx_soc_device_init()
102 ocotp_compat = "fsl,imx6ul-ocotp"; in imx_soc_device_init()
106 ocotp_compat = "fsl,imx6ull-ocotp"; in imx_soc_device_init()
110 ocotp_compat = "fsl,imx6ull-ocotp"; in imx_soc_device_init()
114 ocotp_compat = "fsl,imx6sll-ocotp"; in imx_soc_device_init()
118 ocotp_compat = "fsl,imx7d-ocotp"; in imx_soc_device_init()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-mxs/
H A Dmach-mxs.c97 np = of_find_compatible_node(NULL, NULL, "fsl,ocotp"); in mxs_get_ocotp()
104 * clk_enable(hbus_clk) for ocotp can be skipped in mxs_get_ocotp()
164 const u32 *ocotp = mxs_get_ocotp(); in update_fec_mac_prop() local
223 val = ocotp[i]; in update_fec_mac_prop()
385 const u32 *ocotp = mxs_get_ocotp(); in mxs_machine_init() local
404 soc_uid = system_serial_low = ocotp[HW_OCOTP_OPS3]; in mxs_machine_init()
406 soc_uid = system_serial_high = ocotp[HW_OCOTP_OPS2]; in mxs_machine_init()
408 system_serial_low = ocotp[HW_OCOTP_OPS3]; in mxs_machine_init()
/kernel/linux/linux-5.10/arch/arm/mach-mxs/
H A Dmach-mxs.c95 np = of_find_compatible_node(NULL, NULL, "fsl,ocotp"); in mxs_get_ocotp()
102 * clk_enable(hbus_clk) for ocotp can be skipped in mxs_get_ocotp()
162 const u32 *ocotp = mxs_get_ocotp(); in update_fec_mac_prop() local
221 val = ocotp[i]; in update_fec_mac_prop()

Completed in 4 milliseconds