Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dusb-hcd-ehci-test.c92 ehci_port_test(&ehci1, i, PORTSC_POWNER | PORTSC_PPOWER); in pci_ehci_port_1()
117 PORTSC_PPOWER | PORTSC_CONNECT, /* usb-tablet */ in pci_ehci_port_2()
118 PORTSC_PPOWER | PORTSC_CONNECT, /* usb-storage */ in pci_ehci_port_2()
119 PORTSC_PPOWER, in pci_ehci_port_2()
120 PORTSC_PPOWER, in pci_ehci_port_2()
121 PORTSC_PPOWER, in pci_ehci_port_2()
122 PORTSC_PPOWER, in pci_ehci_port_2()
137 ehci_port_test(&ehci1, 2, PORTSC_PPOWER | PORTSC_CONNECT); in pci_ehci_port_3_hotplug()
/qemu/include/hw/usb/
H A Dehci-regs.h69 #define PORTSC_PPOWER (1 << 12) // Port Power macro
/qemu/hw/usb/
H A Dhcd-ehci.c882 s->portsc[i] = PORTSC_POWNER | PORTSC_PPOWER; in ehci_reset()
884 s->portsc[i] = PORTSC_PPOWER; in ehci_reset()