Searched refs:OHCI_BLE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/usb/controller/
H A Dohcireg.h53 #define OHCI_BLE 0x00000020 /* Bulk List Enable */ macro
115 #define OHCI_LES (OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE)
H A Dohci.c261 ctl |= OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE |
2702 temp &= ~(OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE);
2708 temp |= OHCI_BLE;

Completed in 52 milliseconds