Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-q.c869 qh->c_usecs = qh->usecs + HS_USECS (0); in qh_make()
870 qh->usecs = HS_USECS (1); in qh_make()
872 qh->usecs += HS_USECS (1); in qh_make()
873 qh->c_usecs = HS_USECS (0); in qh_make()
Doxu210hp-hcd.c1416 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1417 qh->usecs = HS_USECS(1); in qh_make()
1419 qh->usecs += HS_USECS(1); in qh_make()
1420 qh->c_usecs = HS_USECS(0); in qh_make()
/linux-3.4.99/include/linux/usb/
Dhcd.h546 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro