Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dehci-q.c838 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make()
839 qh->ps.usecs = HS_USECS(1); in qh_make()
841 qh->ps.usecs += HS_USECS(1); in qh_make()
842 qh->ps.c_usecs = HS_USECS(0); in qh_make()
Doxu210hp-hcd.c1419 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1420 qh->usecs = HS_USECS(1); in qh_make()
1422 qh->usecs += HS_USECS(1); in qh_make()
1423 qh->c_usecs = HS_USECS(0); in qh_make()
Dfusbh200-hcd.c2854 qh->c_usecs = qh->usecs + HS_USECS (0); in qh_make()
2855 qh->usecs = HS_USECS (1); in qh_make()
2857 qh->usecs += HS_USECS (1); in qh_make()
2858 qh->c_usecs = HS_USECS (0); in qh_make()
Dfotg210-hcd.c2907 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
2908 qh->usecs = HS_USECS(1); in qh_make()
2910 qh->usecs += HS_USECS(1); in qh_make()
2911 qh->c_usecs = HS_USECS(0); in qh_make()
/linux-4.1.27/include/linux/usb/
Dhcd.h607 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro