Home
last modified time | relevance | path

Searched refs:UHCI_PORT_CCS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dusb-hcd-ehci-test.c77 uhci_port_test(&uhci1, 0, UHCI_PORT_CCS); /* usb-tablet */ in pci_uhci_port_1()
78 uhci_port_test(&uhci1, 1, UHCI_PORT_CCS); /* usb-storage */ in pci_uhci_port_1()
H A Dusb-hcd-uhci-test.c26 uhci_port_test(&uhci, port - 1, UHCI_PORT_CCS); in test_port()
/openbmc/qemu/include/hw/usb/
H A Duhci-regs.h35 #define UHCI_PORT_CCS (1 << 0) macro
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c474 if (!(port->ctrl & UHCI_PORT_CCS)) { in uhci_port_write()
556 port->ctrl |= UHCI_PORT_CCS | UHCI_PORT_CSC; in uhci_attach()
576 if (port->ctrl & UHCI_PORT_CCS) { in uhci_detach()
577 port->ctrl &= ~UHCI_PORT_CCS; in uhci_detach()