Home
last modified time | relevance | path

Searched refs:opt_loop (Results 1 – 1 of 1) sorted by relevance

/arm-trusted-firmware-2.8.0/drivers/brcm/
A Dsotp.c311 uint32_t opt_loop; in sotp_redundancy_reduction() local
316 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 3 milliseconds