Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.c161 #define OHCI_STATUS_BLF (1 << 2) macro
1196 if ((ohci->ctl & OHCI_CTL_BLE) && (ohci->status & OHCI_STATUS_BLF)) { in ohci_process_lists()
1199 ohci->status &= ~OHCI_STATUS_BLF; in ohci_process_lists()