Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_ENABLE (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHub.c4135 (portstatus & USB_PORT_STAT_ENABLE)) { in hub_port_wait_reset()
5123 if (portstatus & USB_PORT_STAT_ENABLE) in hub_port_connect_change()
6630 if (!(portstatus & USB_PORT_STAT_ENABLE) in hub_events()
9278 if (!(portstatus & USB_PORT_STAT_ENABLE) in hub_events_EX()
H A DdrvHUB.h123 #define USB_PORT_STAT_ENABLE 0x0002 macro
H A DdrvHub_2.c321 if (!(portstatus & USB_PORT_STAT_ENABLE) in hub_events_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvHub.c700 (u16Portstatus & USB_PORT_STAT_ENABLE)) in ms_hub_port_wait_reset()
933 if (portstatus & USB_PORT_STAT_ENABLE) in ms_hub_port_connect_change()
1354 if (!(u16Portstatus & USB_PORT_STAT_ENABLE) in ms_hub_events()
H A DdrvHub.h115 #define USB_PORT_STAT_ENABLE 0x0002 // port state enable macro
H A DdrvEhciHcd.c712 u32Status |= USB_PORT_STAT_ENABLE; in ms_hub_control()