Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBHwCtl.h139 #define USB_DELAY(_loop) { volatile int i; for (i=0; i<(_loop)*USB_MSEC_LOOP; i++); } macro
144 #define USB_DELAY(_msec) MsOS_DelayTask(_msec) macro
H A DdrvEhciHcd.c1829 USB_DELAY(2); in ehci_hub_control()
1848 USB_DELAY(2); in ehci_hub_control()
H A DdrvUSBEntry.c1651 USB_DELAY(1);//10, wait 1 ms in Usb_host_Init_EX()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBHwCtl.h147 #define USB_DELAY(_msec) MsOS_DelayTask(_msec) macro