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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dblackfin.h57 #define TIMER_DELAY (1 * HZ) macro
H A Dblackfin.c176 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);
177 musb->a_wait_bcon = TIMER_DELAY;
222 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);
268 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY / 4);
283 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);
284 musb->a_wait_bcon = TIMER_DELAY;
313 mod_timer(&musb_conn_timer, jiffies + TIMER_DELAY);

Completed in 20 milliseconds