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()
801 …[0x%X], that value becomes from 0x%X to 0x%X.\n", offset, otpstrap->writeable_option + 1, otpstrap… in otp_strap_bit_confirm()
823 prog_address |= ((otpstrap[bit_offset].writeable_option * 2 + 16) / 8) * 0x200; in otp_prog_strap_b()
824 prog_address |= ((otpstrap[bit_offset].writeable_option * 2 + 16) % 8) * 0x2; in otp_prog_strap_b()
[all …]