Home
last modified time | relevance | path

Searched refs:ms_usb_calc_bus_time (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.h234 extern int ms_usb_calc_bus_time (int speed, int is_input, int bytes);
H A DdrvEhciHcd.c1539 pQh->u8Usecs = NS_2_US(ms_usb_calc_bus_time (USB_HIGH_SPEED, iIsInput, in ms_qh_make()
1563 pQh->u8Gap_uf = 1 + ms_usb_calc_bus_time (pUrb->dev->eSpeed, in ms_qh_make()
H A DdrvUsbd.c887 int ms_usb_calc_bus_time (int iSpeed, int is_input, int iBytes) in ms_usb_calc_bus_time() function