Home
last modified time | relevance | path

Searched refs:PORT_CONNECT (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/host/
Dehci-hub.c342 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
415 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
758 if ((temp & PORT_CONNECT) && in ehci_hub_control()
773 if (temp & PORT_CONNECT) { in ehci_hub_control()
849 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
Disp1760-hcd.c77 #define PORT_CONNECT (1<<0) /* device connected */ macro
1819 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
2016 if (temp & PORT_CONNECT) { in isp1760_hub_control()
2077 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in isp1760_hub_control()
Doxu210hp.h163 #define PORT_CONNECT (1<<0) /* device connected */ macro
Doxu210hp-hcd.c180 (status & PORT_CONNECT) ? " CONNECT" : "" in dbg_port_buf()
426 if (!(port_status & PORT_CONNECT)) { in check_reset_complete()
3134 if (!(temp & PORT_CONNECT)) in oxu_hub_status_data()
3336 if ((temp & PORT_CONNECT) && in oxu_hub_control()
3351 if (temp & PORT_CONNECT) { in oxu_hub_control()
Dehci-dbg.c272 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf()