Searched refs:OHCI_CLE (Results 1 – 2 of 2) sorted by relevance
53 #define OHCI_CLE 0x00000010 /* Control List Enable */ macro116 #define OHCI_LES (OHCI_PLE | OHCI_IE | OHCI_CLE | OHCI_BLE)
261 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()2656 temp |= OHCI_CLE; in ohci_set_hw_power()