Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dohci.h206 #define OHCI_CTRL_BLE (1 << 5) /* bulk list enable */ macro
A Dohci-hcd.c402 (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