Lines Matching full:ocotp
99 np = of_find_compatible_node(NULL, NULL, "fsl,ocotp"); in mxs_get_ocotp()
106 * clk_enable(hbus_clk) for ocotp can be skipped in mxs_get_ocotp()
121 /* open OCOTP banks for read */ in mxs_get_ocotp()
150 pr_err("%s: timeout in reading OCOTP\n", __func__); in mxs_get_ocotp()
166 const u32 *ocotp = mxs_get_ocotp(); in update_fec_mac_prop() local
194 * OCOTP only stores the last 4 octets for each mac address, in update_fec_mac_prop()
225 val = ocotp[i]; in update_fec_mac_prop()
387 const u32 *ocotp = mxs_get_ocotp(); in mxs_machine_init() local
406 soc_uid = system_serial_low = ocotp[HW_OCOTP_OPS3]; in mxs_machine_init()
408 soc_uid = system_serial_high = ocotp[HW_OCOTP_OPS2]; in mxs_machine_init()
410 system_serial_low = ocotp[HW_OCOTP_OPS3]; in mxs_machine_init()