Searched refs:PORTSC_PPOWER (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | usb-hcd-ehci-test.c | 92 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()
|
/openbmc/qemu/include/hw/usb/ |
H A D | ehci-regs.h | 69 #define PORTSC_PPOWER (1 << 12) // Port Power macro
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci.c | 882 s->portsc[i] = PORTSC_POWNER | PORTSC_PPOWER; in ehci_reset() 884 s->portsc[i] = PORTSC_PPOWER; in ehci_reset()
|