Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dotp.c131 int writeable_option; member
718 otpstrap[j].writeable_option = -1; in otp_strap_status()
726 otpstrap[j].writeable_option = -1; in otp_strap_status()
741 if (bit_value == 0 && otpstrap[j].writeable_option == -1) in otp_strap_status()
742 otpstrap[j].writeable_option = option; in otp_strap_status()
751 if (bit_value == 0 && otpstrap[j].writeable_option == -1) in otp_strap_status()
752 otpstrap[j].writeable_option = option; in otp_strap_status()
1584 prog_address |= ((otpstrap[i].writeable_option * 2 + 16) / 8) * 0x200; in otp_prog_strap()
1585 prog_address |= ((otpstrap[i].writeable_option * 2 + 16) % 8) * 0x2; in otp_prog_strap()
1592 prog_address |= ((otpstrap[i].writeable_option * 2 + 17) / 8) * 0x200; in otp_prog_strap()
[all …]