Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c198 #define OHCI_RHS_DRWE (1U << 15) macro
1409 if (val & OHCI_RHS_DRWE) { in ohci_set_hub_status()
1410 ohci->rhstatus |= OHCI_RHS_DRWE; in ohci_set_hub_status()
1413 ohci->rhstatus &= ~OHCI_RHS_DRWE; in ohci_set_hub_status()
1447 if (ohci->rhstatus & OHCI_RHS_DRWE) { in ohci_port_set_if_connected()