Home
last modified time | relevance | path

Searched refs:PORTSC_POWNER (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c696 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 …]
/openbmc/qemu/include/hw/usb/
H A Dehci-regs.h68 #define PORTSC_POWNER (1 << 13) // Port Owner macro
/openbmc/qemu/tests/qtest/
H A Dusb-hcd-ehci-test.c92 ehci_port_test(&ehci1, i, PORTSC_POWNER | PORTSC_PPOWER); in pci_ehci_port_1()