Searched refs:OHCI_CTRL_BLE (Results 1 – 2 of 2) sorted by relevance
206 #define OHCI_CTRL_BLE (1 << 5) /* bulk list enable */ macro
402 (temp & OHCI_CTRL_BLE) ? " BLE" : "", in ohci_dump_status()713 ohci->hc_control |= OHCI_CTRL_BLE; in ep_link()811 ohci->hc_control &= ~OHCI_CTRL_BLE; in ep_unlink()
Completed in 8 milliseconds