Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dohcireg.h55 #define OHCI_BLE 0x00000020 /* Bulk List Enable */ macro
117 #define OHCI_LES (OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE)
Dohci.c262 ctl |= OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE | in ohci_controller_init()
2701 temp &= ~(OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE); in ohci_set_hw_power()
2707 temp |= OHCI_BLE; in ohci_set_hw_power()