Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/controller/
HDohcireg.h50 #define OHCI_PLE 0x00000004 /* Periodic List Enable */ macro
115 #define OHCI_LES (OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE)
HDohci.c260 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()
2710 temp |= OHCI_PLE; in ohci_set_hw_power()
2713 temp |= OHCI_IE | OHCI_PLE; in ohci_set_hw_power()