Home
last modified time | relevance | path

Searched refs:info_cb (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dotp.c211 static struct otp_info_cb info_cb; variable
372 if (info_cb.version == OTP_A2 || info_cb.version == OTP_A3) { in otp_soak()
563 if (info_cb.version != OTP_A3) in _otp_prog_bit()
623 if (info_cb.version != OTP_A3) in otp_prog_dw()
714 if (info_cb.version == OTP_A0) { in otp_strap_status()
884 if (info_cb.version == OTP_A0) in otp_print_strap()
3350 info_cb.version = OTP_A0; in do_ast_otp()
3360 info_cb.version = OTP_A1; in do_ast_otp()
3372 info_cb.version = OTP_A2; in do_ast_otp()
3384 info_cb.version = OTP_A3; in do_ast_otp()
[all …]