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