Home
last modified time | relevance | path

Searched refs:HS_USECS (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Dehci-q.c854 qh->c_usecs = qh->usecs + HS_USECS (0); in qh_make()
855 qh->usecs = HS_USECS (1); in qh_make()
857 qh->usecs += HS_USECS (1); in qh_make()
858 qh->c_usecs = HS_USECS (0); in qh_make()
Doxu210hp-hcd.c1417 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1418 qh->usecs = HS_USECS(1); in qh_make()
1420 qh->usecs += HS_USECS(1); in qh_make()
1421 qh->c_usecs = HS_USECS(0); in qh_make()
/linux-2.6.39/include/linux/usb/
Dhcd.h545 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro