Home
last modified time | relevance | path

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

/linux-6.15/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()
H A Doxu210hp-hcd.c1815 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1816 qh->usecs = HS_USECS(1); in qh_make()
1818 qh->usecs += HS_USECS(1); in qh_make()
1819 qh->c_usecs = HS_USECS(0); in qh_make()
/linux-6.15/include/linux/usb/
H A Dhcd.h669 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro
/linux-6.15/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()