Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohcireg.h51 #define OHCI_PLE 0x00000004 /* Periodic List Enable */ macro
116 #define OHCI_LES (OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE)
H A Dohci.c261 ctl |= OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE | in ohci_controller_init()
2653 temp &= ~(OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE); in ohci_set_hw_power()
2662 temp |= OHCI_PLE; in ohci_set_hw_power()
2665 temp |= OHCI_IE | OHCI_PLE; in ohci_set_hw_power()