Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dohcireg.h50 #define OHCI_PLE 0x00000004 /* Periodic List Enable */ macro
115 #define OHCI_LES (OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE)
Dohci.c258 ctl |= OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE | in ohci_controller_init()
2699 temp &= ~(OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE); in ohci_set_hw_power()
2708 temp |= OHCI_PLE; in ohci_set_hw_power()
2711 temp |= OHCI_IE | OHCI_PLE; in ohci_set_hw_power()