Searched refs:poll_counter (Results 1 – 1 of 1) sorted by relevance
87 u32 poll_counter = 0; in poll_op_execute() local115 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()