Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dohci.h205 #define OHCI_CTRL_CLE (1 << 4) /* control list enable */ macro
A Dohci-hcd.c403 (temp & OHCI_CTRL_CLE) ? " CLE" : "", in ohci_dump_status()
695 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link()
790 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink()

Completed in 7 milliseconds