Searched refs:opt_loop (Results 1 – 1 of 1) sorted by relevance
311 uint32_t opt_loop; in sotp_redundancy_reduction() local316 for (opt_loop = 0; opt_loop < 16; opt_loop = opt_loop + 1) { in sotp_redundancy_reduction()317 temp_data = ((sotp_row_data >> (opt_loop * 2)) & 0x3); in sotp_redundancy_reduction()320 opt_data = (opt_data | (1 << opt_loop)); in sotp_redundancy_reduction()
Completed in 2 milliseconds