Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
Dseq_exec.c86 u32 poll_counter = 0; in poll_op_execute() local
114 poll_counter++; in poll_op_execute()
116 } while ((reg_data != data) && (poll_counter < num_of_loops)); in poll_op_execute()
118 if ((poll_counter >= num_of_loops) && (reg_data != data)) { in poll_op_execute()