Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-q.c843 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make()
844 qh->ps.usecs = HS_USECS(1); in qh_make()
846 qh->ps.usecs += HS_USECS(1); in qh_make()
847 qh->ps.c_usecs = HS_USECS(0); in qh_make()
H A Doxu210hp-hcd.c1838 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1839 qh->usecs = HS_USECS(1); in qh_make()
1841 qh->usecs += HS_USECS(1); in qh_make()
1842 qh->c_usecs = HS_USECS(0); in qh_make()
H A Dfotg210-hcd.c2779 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
2780 qh->usecs = HS_USECS(1); in qh_make()
2782 qh->usecs += HS_USECS(1); in qh_make()
2783 qh->c_usecs = HS_USECS(0); in qh_make()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h665 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro