Searched refs:data_masked (Results 1 – 1 of 1) sorted by relevance
1644 u32 data_masked; in otp_prog_conf() local1651 data_masked = otp_conf[i] & ~conf_ignore[i]; in otp_prog_conf()1656 if (data_masked == buf_masked) { in otp_prog_conf()1706 u32 data_masked; in otp_prog_scu_protect() local1713 data_masked = scu_pro[i] & ~OTPSCU_IGNORE[i]; in otp_prog_scu_protect()1716 if (data_masked == buf_masked) { in otp_prog_scu_protect()1760 u32 data_masked; in otp_check_data_image() local1769 data_masked = data[i] & ~buf_ignore[i]; in otp_check_data_image()1771 if (data_masked == buf_masked) in otp_check_data_image()1774 if ((data_masked | buf_masked) == buf_masked) { in otp_check_data_image()[all …]