Searched refs:PORT_CONNECT (Results 1 – 3 of 3) sorted by relevance
562 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()585 if (!(port_status & PORT_CONNECT)) in check_reset_complete()970 if ((temp & PORT_CONNECT) && in ehci_hub_control()985 if (temp & PORT_CONNECT) { in ehci_hub_control()1098 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
796 if ((pstatus0 & PORT_CONNECT) && (pstatus0 & PORT_CSC)) in ehci_irq_handler()798 else if (!(pstatus0 & PORT_CONNECT) && (pstatus0 & PORT_CSC)) in ehci_irq_handler()
164 #define PORT_CONNECT (1<<0) /* device connected */ macro
Completed in 13 milliseconds