Searched refs:otp_conf (Results 1 – 1 of 1) sorted by relevance
1636 static int otp_prog_conf(struct otp_image_layout *image_layout, u32 *otp_conf) in otp_prog_conf() argument1651 data_masked = otp_conf[i] & ~conf_ignore[i]; in otp_prog_conf()1686 i, otp_conf[i], conf[i], conf_ignore[i]); in otp_prog_conf()1835 static int otp_check_conf_image(struct otp_image_layout *image_layout, u32 *otp_conf) in otp_check_conf_image() argument1844 data_masked = otp_conf[i] & ~conf_ignore[i]; in otp_check_conf_image()1852 printf("OTPCFG[%X] = %x\n", i, otp_conf[i]); in otp_check_conf_image()