Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c616 port_status |= PORT_OWNER; in check_reset_complete()
805 if (temp & PORT_OWNER) { in ehci_hub_status_data()
1337 if (temp & PORT_OWNER) in ehci_hub_control()
1618 if (!(temp & PORT_OWNER)) { in ehci_hub_control()
1771 if (temp & PORT_OWNER) in ehci_hub_control()
1797 temp |= PORT_OWNER; in ehci_hub_control()
7722 || (temp & PORT_OWNER) != 0) in ehci_suspend()
H A DdrvEHCI.h1131 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
H A DdrvEHCIDBG.cpp379 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()