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