Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c1567 if ((temp & PORT_RESET) in ehci_hub_control()
1577 ehci_writel (temp & ~PORT_RESET, in ehci_hub_control()
1583 } while ((temp&(PORT_RESET|PORT_CONNECT)) == (PORT_RESET|PORT_CONNECT)&&(time_out++<10000)); in ehci_hub_control()
1685 if (temp & PORT_RESET) in ehci_hub_control()
1802 temp |= PORT_RESET; in ehci_hub_control()
H A DdrvEHCI.h1186 #define PORT_RESET (1<<8) /* reset port */ macro
H A DdrvEHCIDBG.cpp381 (status & PORT_RESET) ? " RESET" : "", in dbg_port_buf()