Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h188 #define OHCI_CTRL_CLE (1 << 4) /* control list enable */ macro
Dau1x00_usb_ohci.c266 (temp & OHCI_CTRL_CLE) ? " CLE" : "", in ohci_dump_status()
484 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link()
524 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink()
/external/u-boot/drivers/usb/host/
Dohci.h204 #define OHCI_CTRL_CLE (1 << 4) /* control list enable */ macro
Dohci-hcd.c397 (temp & OHCI_CTRL_CLE) ? " CLE" : "", in ohci_dump_status()
689 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link()
784 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink()