Searched refs:usec_timeout (Results 1 – 1 of 1) sorted by relevance
126 uint32_t usec_timeout, in polling_with_timeout() argument137 } while (data != val && --usec_timeout > 0); in polling_with_timeout()139 if (usec_timeout == 0) in polling_with_timeout()
Completed in 3 milliseconds