Home
last modified time | relevance | path

Searched refs:OHCI_CTRL_CLE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dohci-q.c205 WARN_ON (ohci->hc_control & OHCI_CTRL_CLE); in ed_schedule()
216 ohci->hc_control |= OHCI_CTRL_CLE; in ed_schedule()
338 ohci->hc_control &= ~OHCI_CTRL_CLE; in ed_deschedule()
1112 if (!(ohci->hc_control & OHCI_CTRL_CLE)) { in finish_unlinks()
1113 control |= OHCI_CTRL_CLE; in finish_unlinks()
H A Dohci-hub.c41 (OHCI_CTRL_CLE|OHCI_CTRL_BLE|OHCI_CTRL_PLE|OHCI_CTRL_IE)
279 enables |= OHCI_CTRL_CLE; in ohci_rh_resume()
H A Dohci.h257 #define OHCI_CTRL_CLE (1 << 4) /* control list enable */ macro