Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dseq_exec.c87 u32 poll_counter = 0; in poll_op_execute() local
115 poll_counter++; in poll_op_execute()
117 } while ((reg_data != data) && (poll_counter < num_of_loops)); in poll_op_execute()
119 if ((poll_counter >= num_of_loops) && (reg_data != data)) { in poll_op_execute()