Searched refs:OHCI_CTRL_CLE (Results 1 – 2 of 2) sorted by relevance
394 (temp & OHCI_CTRL_CLE) ? " CLE" : "", in ohci_dump_status()1078 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link()1186 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink()1330 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_rm_ed()1703 ohci->hc_control |= OHCI_CTRL_CLE; in dl_del_list()2771 ohci->hc_control &= ~(OHCI_CTRL_PLE|OHCI_CTRL_CLE|OHCI_CTRL_BLE|OHCI_CTRL_IE); in ohci_pci_suspend()2907 ohci->hc_control |= OHCI_CTRL_CLE; in ohci_pci_resume()
190 #define OHCI_CTRL_CLE (1 << 4) /* control list enable */ macro