Searched refs:OHCI_STATUS_CLF (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dusb-ohci.c232 #define OHCI_STATUS_CLF (1<<1) macro
1106 if ((ohci->ctl & OHCI_CTL_CLE) && (ohci->status & OHCI_STATUS_CLF)) {
1112 ohci->status &= ~OHCI_STATUS_CLF;

Completed in 18 milliseconds