Searched refs:buf_masked (Results 1 – 1 of 1) sorted by relevance
1645 u32 buf_masked; in otp_prog_conf() local1652 buf_masked = conf[i] & ~conf_ignore[i]; in otp_prog_conf()1656 if (data_masked == buf_masked) { in otp_prog_conf()1707 u32 buf_masked; in otp_prog_scu_protect() local1714 buf_masked = OTPSCU[i] & ~OTPSCU_IGNORE[i]; in otp_prog_scu_protect()1716 if (data_masked == buf_masked) { in otp_prog_scu_protect()1761 u32 buf_masked; in otp_check_data_image() local1770 buf_masked = buf[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 …]