Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c426 static void otp_read_conf(u32 offset, u32 *data) in otp_read_conf() function
736 otp_read_conf(i, &OTPSTRAP_RAW[0]); in otp_strap_status()
737 otp_read_conf(i + 1, &OTPSTRAP_RAW[1]); in otp_strap_status()
760 otp_read_conf(30, &OTPSTRAP_RAW[0]); in otp_strap_status()
761 otp_read_conf(31, &OTPSTRAP_RAW[1]); in otp_strap_status()
844 otp_read_conf(i, ret); in otp_print_conf()
996 otp_read_conf(28, &OTPCFG[0]); in otp_print_scu_info()
997 otp_read_conf(29, &OTPCFG[1]); in otp_print_scu_info()
1164 otp_read_conf(i, &OTPCFG[i]); in otp_print_conf_info()
2043 otp_read_conf(i, &conf[i]); in otp_prog_image()
[all …]