Searched refs:POLLING_INTERVAL (Results 1 – 5 of 5) sorted by relevance
172 #define POLLING_INTERVAL 25 /* in msec */ macro191 timeout = (timeout + POLLING_INTERVAL - 1) / POLLING_INTERVAL; in ps3av_vuart_read()201 msleep(POLLING_INTERVAL); in ps3av_vuart_read()
480 schedule_timeout(msecs_to_jiffies(POLLING_INTERVAL)); in rtsx_polling_thread()
56 #define POLLING_INTERVAL 30 macro
1026 if (chip->ss_counter < (chip->ss_idle_period / POLLING_INTERVAL)) in rtsx_manage_ss()
61 #define POLLING_INTERVAL 50 macro