Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-q.c840 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make()
841 qh->ps.usecs = HS_USECS(1); in qh_make()
843 qh->ps.usecs += HS_USECS(1); in qh_make()
844 qh->ps.c_usecs = HS_USECS(0); in qh_make()
/linux/include/linux/usb/
H A Dhcd.h669 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2773 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
2774 qh->usecs = HS_USECS(1); in qh_make()
2776 qh->usecs += HS_USECS(1); in qh_make()
2777 qh->c_usecs = HS_USECS(0); in qh_make()