Home
last modified time | relevance | path

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

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