Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_RESET (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h127 #define USB_PORT_STAT_RESET 0x0010 macro
H A DdrvHub.c4134 if (!(portstatus & USB_PORT_STAT_RESET) && in hub_port_wait_reset()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h118 #define USB_PORT_STAT_RESET 0x0010 // port state reset macro
H A DdrvHub.c699 if (!(u16Portstatus & USB_PORT_STAT_RESET) && in ms_hub_port_wait_reset()
H A DdrvEhciHcd.c718 u32Status |= USB_PORT_STAT_RESET; in ms_hub_control()