Searched refs:otp_start (Results 1 – 1 of 1) sorted by relevance
36 uint32_t otp_start = 0; in bsec_read_mem() local54 otp_start = otp_base_offset / BSEC_BYTES_PER_WORD; in bsec_read_mem()57 for (otp_id = otp_start; otp_id < otp_start + otp_length; in bsec_read_mem()144 uint32_t otp_start = 0; in bsec_write_mem() local160 otp_start = otp_base_offset / BSEC_BYTES_PER_WORD; in bsec_write_mem()164 for (otp_id = otp_start; otp_id < otp_start + otp_length; otp_id++) { in bsec_write_mem()170 for (otp_id = otp_start; otp_id < otp_start + otp_length; in bsec_write_mem()
Completed in 2 milliseconds