Searched refs:RTAS_EXTENDED_DELAY_MIN (Results 1 – 3 of 3) sorted by relevance
1265 } else if (status >= RTAS_EXTENDED_DELAY_MIN && in rtas_busy_delay_time()1267 order = status - RTAS_EXTENDED_DELAY_MIN; in rtas_busy_delay_time()1284 case RTAS_EXTENDED_DELAY_MIN...RTAS_EXTENDED_DELAY_MAX: in rtas_busy_delay_early()1346 case RTAS_EXTENDED_DELAY_MIN...RTAS_EXTENDED_DELAY_MAX: in rtas_busy_delay()1480 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_get_sensor_fast()1544 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_set_indicator_fast()
50 case RTAS_EXTENDED_DELAY_MIN...RTAS_EXTENDED_DELAY_MAX: in rtas_get_sensor_errno()
226 #define RTAS_EXTENDED_DELAY_MIN 9900 /* Retry after delaying for ~1ms. */ macro