Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1188 #define PORT_RESUME (1<<6) /* resume it */ macro
H A DdrvEhciHcd.c7805 temp |= PORT_RESUME; in ehci_resume()
7809 temp &= ~PORT_RESUME; in ehci_resume()
8144 ((pstatus & PORT_RESUME) || in ehci_irq()
H A DdrvEHCIDBG.cpp383 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()