Searched refs:OHCI_CTRL_PLE (Results 1 – 2 of 2) sorted by relevance
188 #define OHCI_CTRL_PLE (1 << 2) /* periodic list enable */ macro
103 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE396 (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()