Home
last modified time | relevance | path

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

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