Searched refs:otp_prog_dc_b (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | otp.c | 573 static int otp_prog_dc_b(u32 value, u32 prog_address, u32 bit_offset) in otp_prog_dc_b() function 832 return otp_prog_dc_b(1, prog_address, offset); in otp_prog_strap_b() 1613 ret = otp_prog_dc_b(1, prog_address, offset); in otp_prog_strap() 1625 ret = otp_prog_dc_b(1, prog_address, offset); in otp_prog_strap() 2238 ret = otp_prog_dc_b(value, prog_address, bit_offset); in otp_prog_bit() 2335 if (otp_prog_dc_b(1, dw_offset, bit_offset)) { in otp_update_rid() 2399 if (otp_prog_dc_b(1, 0x808, retire_id) == OTP_FAILURE) { in otp_retire_key() 2402 if (otp_prog_dc_b(1, 0x808, retire_id + 16) == OTP_FAILURE) in otp_retire_key() 2755 ret = otp_prog_dc_b(prog_val, header_offset, i); in otp_invalid_key() 3089 ret = otp_prog_dc_b(1, prog_address, bit_offset); in do_otpprotect() [all …]
|