Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c1632 if (temp & PORT_SUSPEND) in ehci_hub_control()
1778 ehci_writel (temp | PORT_SUSPEND, in ehci_hub_control()
7729 temp |= PORT_SUSPEND; in ehci_suspend()
7802 || (temp & PORT_SUSPEND) != 0) in ehci_resume()
8145 !(pstatus & PORT_SUSPEND)) && in ehci_irq()
H A DdrvEHCI.h1187 #define PORT_SUSPEND (1<<7) /* suspend port */ macro
H A DdrvEHCIDBG.cpp382 (status & PORT_SUSPEND) ? " SUSPEND" : "", in dbg_port_buf()