Searched refs:SLOT_CHECK_PERIOD (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c1539 * A better solution is to run the code below every SLOT_CHECK_PERIOD ms. If it
1544 * The values of SLOT_TIMEOUT and SLOT_CHECK_PERIOD have been arbitrarily chosen
1549 #define SLOT_CHECK_PERIOD 200 macro
1579 errata2_timer.expires = jiffies + msecs_to_jiffies(SLOT_CHECK_PERIOD);
1714 errata2_timer.expires = jiffies + msecs_to_jiffies(SLOT_CHECK_PERIOD);

Completed in 142 milliseconds