Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-ohci.c281 #define OHCI_PORT_LSDA (1<<9) macro
345 port->ctrl |= OHCI_PORT_LSDA; in ohci_attach()
347 port->ctrl &= ~OHCI_PORT_LSDA; in ohci_attach()
1389 if (val & OHCI_PORT_LSDA) in ohci_port_set_status()