Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-ohci.c233 #define OHCI_STATUS_BLF (1<<2) macro
1116 if ((ohci->ctl & OHCI_CTL_BLE) && (ohci->status & OHCI_STATUS_BLF)) { in ohci_process_lists()
1119 ohci->status &= ~OHCI_STATUS_BLF; in ohci_process_lists()