Lines Matching full:ocotp
97 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()
119 /* open OCOTP banks for read */ in mxs_get_ocotp()
148 pr_err("%s: timeout in reading OCOTP\n", __func__); in mxs_get_ocotp()
164 const u32 *ocotp = mxs_get_ocotp(); in update_fec_mac_prop() local
192 * OCOTP only stores the last 4 octets for each mac address, in update_fec_mac_prop()
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()