OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OHCI_CTRL_BLE
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
189
#define
OHCI_CTRL_BLE
(1 << 5) /* bulk list enable */
au1x00_usb_ohci.c
265
(temp &
OHCI_CTRL_BLE
) ? " BLE" : "",
500
ohci->hc_control |=
OHCI_CTRL_BLE
;
541
ohci->hc_control &= ~
OHCI_CTRL_BLE
;
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
205
#define
OHCI_CTRL_BLE
(1 << 5) /* bulk list enable */
ohci-hcd.c
396
(temp &
OHCI_CTRL_BLE
) ? " BLE" : "",
707
ohci->hc_control |=
OHCI_CTRL_BLE
;
805
ohci->hc_control &= ~
OHCI_CTRL_BLE
;
[
all
...]
Completed in 143 milliseconds