Lines Matching refs:PORT_OWNER
68 if (status & PORT_OWNER) in ehci_handover_companion_ports()
96 if (status & PORT_OWNER) in ehci_handover_companion_ports()
146 if (t1 & PORT_OWNER) in ehci_bus_suspend()
341 if ((port_status & PORT_OWNER) == new_owner in set_owner()
342 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
346 port_status ^= PORT_OWNER; in set_owner()
369 new_owner = PORT_OWNER; /* Owned by companion */ in store_companion()
433 port_status |= PORT_OWNER; in check_reset_complete()
761 temp |= PORT_OWNER; in ehci_hub_control()
823 if (temp & PORT_OWNER) in ehci_hub_control()
855 temp |= PORT_OWNER; in ehci_hub_control()
907 set_owner(ehci, --portnum, PORT_OWNER); in ehci_relinquish_port()
918 return ehci_readl(ehci, reg) & PORT_OWNER; in ehci_port_handed_over()