Lines Matching refs:otp_ignore
946 u32 otp_ignore; in otp_print_scu_image() local
964 otp_ignore = (OTPSCU_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_scu_image()
966 if (otp_ignore == mask) in otp_print_scu_image()
968 else if (otp_ignore != 0) in otp_print_scu_image()
1039 u32 otp_ignore; in otp_print_conf_image() local
1056 otp_ignore = (OTPCFG_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_conf_image()
1059 if (((otp_value + otp_ignore) & mask) != mask) { in otp_print_conf_image()
1064 if (otp_ignore == mask) { in otp_print_conf_image()
1066 } else if (otp_ignore != 0) { in otp_print_conf_image()
1232 u32 otp_ignore; in otp_print_strap_image() local
1254 otp_ignore = (OTPSTRAP_IGNORE[dw_offset] >> bit_offset) & mask; in otp_print_strap_image()
1256 if (otp_ignore == mask) in otp_print_strap_image()
1258 else if (otp_ignore != 0) in otp_print_strap_image()