Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx218 usecs += HS_USECS (188); in periodic_usecs()
220 usecs += HS_USECS (1); in periodic_usecs()
227 usecs += HS_USECS (0); in periodic_usecs()
229 usecs += HS_USECS (188); in periodic_usecs()
H A DdrvEhciHcd.c4679 qh->c_usecs = qh->usecs + HS_USECS (0); in qh_make()
4680 qh->usecs = HS_USECS (1); in qh_make()
4682 qh->usecs += HS_USECS (1); in qh_make()
4683 qh->c_usecs = HS_USECS (0); in qh_make()
H A DdrvHCD.h505 #define HS_USECS(bytes) NS_TO_US ( ((55 * 8 * 2083)/1000) \ macro
H A DdrvHCD.c1342 tmp = HS_USECS (bytecount); in usb_calc_bus_time()