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

/freebsd-12-stable/sys/dev/usb/controller/
H A Dohcireg.h54 #define OHCI_CLE 0x00000010 /* Control List Enable */ macro
117 #define OHCI_LES (OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE)
H A Dohci.c262 ctl |= OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE |
2701 temp &= ~(OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE);
2704 temp |= OHCI_CLE;

Completed in 190 milliseconds