Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHUB.h140 #define USB_PORT_STAT_C_RESET 0x0010 macro
H A DdrvHub_2.c400 if (portchange & USB_PORT_STAT_C_RESET) { in hub_events_Port2()
H A DdrvHub.c6756 if (portchange & USB_PORT_STAT_C_RESET) { in hub_events()
9394 if (portchange & USB_PORT_STAT_C_RESET) { in hub_events_EX()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.h127 #define USB_PORT_STAT_C_RESET 0x0010 // port clear port reset macro
H A DdrvHub.c1380 if (u16Portchange & USB_PORT_STAT_C_RESET) in ms_hub_events()