Searched refs:POLLING_INTERVAL (Results 1 – 5 of 5) sorted by relevance
184 #define POLLING_INTERVAL 25 /* in msec */ macro203 timeout = (timeout + POLLING_INTERVAL - 1) / POLLING_INTERVAL; in ps3av_vuart_read()213 msleep(POLLING_INTERVAL); in ps3av_vuart_read()
510 schedule_timeout(msecs_to_jiffies(POLLING_INTERVAL)); in rtsx_polling_thread()
68 #define POLLING_INTERVAL 30 macro
1120 if (chip->ss_counter < (chip->ss_idle_period / POLLING_INTERVAL)) in rtsx_manage_ss()
60 #define POLLING_INTERVAL 50 macro