Searched refs:otp_value (Results 1 – 1 of 1) sorted by relevance
945 u32 otp_value; in otp_print_scu_image() local963 otp_value = (OTPSCU[dw_offset] >> bit_offset) & mask; in otp_print_scu_image()971 if (otp_value != 0 && otp_value != mask) in otp_print_scu_image()979 printf("0x%-14X", otp_value); in otp_print_scu_image()1038 u32 otp_value; in otp_print_conf_image() local1055 otp_value = (OTPCFG[dw_offset] >> bit_offset) & mask; in otp_print_conf_image()1059 if (((otp_value + otp_ignore) & mask) != mask) { in otp_print_conf_image()1072 if (otp_value != conf_info[i].value && in otp_print_conf_image()1086 printf("0x%-10x", otp_value); in otp_print_conf_image()1095 printf(conf_info[i].information, otp_value); in otp_print_conf_image()[all …]