Searched refs:PORTSC_POWNER (Results 1 – 3 of 3) sorted by relevance
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()[all …]
68 #define PORTSC_POWNER (1 << 13) // Port Owner macro
92 ehci_port_test(&ehci1, i, PORTSC_POWNER | PORTSC_PPOWER); in pci_ehci_port_1()