Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.h188 #define OHCI_CTRL_PLE (1 << 2) /* periodic list enable */ macro
Dusb-ohci.c103 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
396 (temp & OHCI_CTRL_PLE) ? " PLE" : "", in ohci_dump_status()
2771 ohci->hc_control &= ~(OHCI_CTRL_PLE|OHCI_CTRL_CLE|OHCI_CTRL_BLE|OHCI_CTRL_IE); in ohci_pci_suspend()