Searched refs:PORT_CONNECT (Results 1 – 3 of 3) sorted by relevance
36 if (!(port_status & PORT_CONNECT)) { in check_reset_complete()91 if (!(temp & PORT_CONNECT)) in ehci_hub_status_data()258 if (temp & PORT_CONNECT) { in ehci_hub_control()311 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
252 #define PORT_CONNECT (1<<0) /* device connected */ macro
265 (status & PORT_CONNECT) ? " CONNECT" : "" in dbg_port_buf()