Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h205 #define OHCI_CTRL_BLE (1 << 5) /* bulk list enable */ macro
H A Dohci-hcd.c400 (temp & OHCI_CTRL_BLE) ? " BLE" : "", in ohci_dump_status()
711 ohci->hc_control |= OHCI_CTRL_BLE; in ep_link()
809 ohci->hc_control &= ~OHCI_CTRL_BLE; in ep_unlink()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h189 #define OHCI_CTRL_BLE (1 << 5) /* bulk list enable */ macro
H A Dau1x00_usb_ohci.c266 (temp & OHCI_CTRL_BLE) ? " BLE" : "", in ohci_dump_status()
501 ohci->hc_control |= OHCI_CTRL_BLE; in ep_link()
542 ohci->hc_control &= ~OHCI_CTRL_BLE; in ep_unlink()