Searched refs:OHCI_CTRL_CLE (Results 1 – 2 of 2) sorted by relevance
205 #define OHCI_CTRL_CLE (1 << 4) /* control list enable */ macro
403 (temp & OHCI_CTRL_CLE) ? " CLE" : "", in ohci_dump_status()695 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link()790 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink()
Completed in 7 milliseconds