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

/linux-master/drivers/usb/host/
H A Dohci-q.c226 WARN_ON (ohci->hc_control & OHCI_CTRL_BLE);
236 ohci->hc_control |= OHCI_CTRL_BLE;
364 ohci->hc_control &= ~OHCI_CTRL_BLE;
1122 if (!(ohci->hc_control & OHCI_CTRL_BLE)) {
1123 control |= OHCI_CTRL_BLE;
H A Dohci-hub.c41 (OHCI_CTRL_CLE|OHCI_CTRL_BLE|OHCI_CTRL_PLE|OHCI_CTRL_IE)
285 enables |= OHCI_CTRL_BLE;
H A Dohci.h258 #define OHCI_CTRL_BLE (1 << 5) /* bulk list enable */ macro
H A Dohci-dbg.c121 (temp & OHCI_CTRL_BLE) ? " BLE" : "",

Completed in 354 milliseconds