Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-q.c844 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make()
845 qh->ps.usecs = HS_USECS(1); in qh_make()
847 qh->ps.usecs += HS_USECS(1); in qh_make()
848 qh->ps.c_usecs = HS_USECS(0); in qh_make()
H A 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()
/openbmc/linux/include/linux/usb/
H A Dhcd.h652 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c2777 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
2778 qh->usecs = HS_USECS(1); in qh_make()
2780 qh->usecs += HS_USECS(1); in qh_make()
2781 qh->c_usecs = HS_USECS(0); in qh_make()