Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h204 #define OHCI_CTRL_CLE (1 << 4) /* control list enable */ macro
H A 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()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h188 #define OHCI_CTRL_CLE (1 << 4) /* control list enable */ macro
H A Dau1x00_usb_ohci.c267 (temp & OHCI_CTRL_CLE) ? " CLE" : "", in ohci_dump_status()
485 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link()
525 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink()