Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dusb-hcd-ehci-test.c117 PORTSC_PPOWER | PORTSC_CONNECT, /* usb-tablet */ in pci_ehci_port_2()
118 PORTSC_PPOWER | PORTSC_CONNECT, /* usb-storage */ 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.h80 #define PORTSC_CONNECT (1 << 0) // Current Connect Status macro
/qemu/hw/usb/
H A Dhcd-ehci.c707 *portsc |= PORTSC_CONNECT; in ehci_attach()
736 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()