Lines Matching +full:software +full:- +full:programmable
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * Access to the Freescale i.MX6 On-Chip One-Time-Programmable Memory
72 if ((root = OF_finddevice("/")) == -1) in fsl_ocotp_devmap()
74 if ((child = fdt_depth_search_compatible(root, "fsl,imx6q-ocotp", 0)) == 0) in fsl_ocotp_devmap()
101 return (bus_read_4(sc->mem_res, off)); in RD4()
119 sc->dev = dev; in ocotp_attach()
123 sc->mem_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in ocotp_attach()
125 if (sc->mem_res == NULL) { in ocotp_attach()
153 if (ofw_bus_is_compatible(dev, "fsl,imx6q-ocotp") == 0) in ocotp_probe()
157 "Freescale On-Chip One-Time-Programmable Memory"); in ocotp_probe()