Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dehci-q.c832 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make()
833 qh->ps.usecs = HS_USECS(1); in qh_make()
835 qh->ps.usecs += HS_USECS(1); in qh_make()
836 qh->ps.c_usecs = HS_USECS(0); in qh_make()
Doxu210hp-hcd.c1839 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1840 qh->usecs = HS_USECS(1); in qh_make()
1842 qh->usecs += HS_USECS(1); in qh_make()
1843 qh->c_usecs = HS_USECS(0); in qh_make()
Dfotg210-hcd.c2784 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
2785 qh->usecs = HS_USECS(1); in qh_make()
2787 qh->usecs += HS_USECS(1); in qh_make()
2788 qh->c_usecs = HS_USECS(0); in qh_make()
/Linux-v5.4/include/linux/usb/
Dhcd.h647 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro