Lines Matching refs:writeable_option
131 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()
828 prog_address |= ((otpstrap[bit_offset].writeable_option * 2 + 17) / 8) * 0x200; in otp_prog_strap_b()
829 prog_address |= ((otpstrap[bit_offset].writeable_option * 2 + 17) % 8) * 0x2; in otp_prog_strap_b()
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()
1593 prog_address |= ((otpstrap[i].writeable_option * 2 + 17) % 8) * 0x2; in otp_prog_strap()