Lines Matching refs:PORTSC_POWNER
696 const char *owner = (*portsc & PORTSC_POWNER) ? "comp" : "ehci"; in ehci_attach()
700 if (*portsc & PORTSC_POWNER) { in ehci_attach()
717 const char *owner = (*portsc & PORTSC_POWNER) ? "comp" : "ehci"; in ehci_detach()
721 if (*portsc & PORTSC_POWNER) { in ehci_detach()
729 *portsc &= ~PORTSC_POWNER; in ehci_detach()
747 if (portsc & PORTSC_POWNER) { in ehci_child_detach()
762 if (*portsc & PORTSC_POWNER) { in ehci_wakeup()
807 s->portsc[firstport + i] = PORTSC_POWNER; in ehci_register_companion()
820 if (portsc & PORTSC_POWNER) { in ehci_wakeup_endpoint()
882 s->portsc[i] = PORTSC_POWNER | PORTSC_PPOWER; in ehci_reset()
948 owner = owner & PORTSC_POWNER; in handle_port_owner_write()
949 orig = *portsc & PORTSC_POWNER; in handle_port_owner_write()
959 *portsc &= ~PORTSC_POWNER; in handle_port_owner_write()
1243 if (portsc & PORTSC_POWNER) { in ehci_async_complete_packet()
2435 if (s->portsc[i] & PORTSC_POWNER) { in usb_ehci_post_load()