Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-ohci.c149 #define OHCI_CTL_BLE (1 << 5) macro
1201 if ((ohci->ctl & OHCI_CTL_BLE) && (ohci->status & OHCI_STATUS_BLF)) { in ohci_process_lists()
1230 if (ohci->old_ctl & (~ohci->ctl) & (OHCI_CTL_BLE | OHCI_CTL_CLE)) { in ohci_frame_boundary()