Home
last modified time | relevance | path

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

/openbmc/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
H A Dohci-dbg.c122 (temp & OHCI_CTRL_CLE) ? " CLE" : "", in ohci_dump_status()
/openbmc/u-boot/drivers/usb/host/
H A Dohci.h204 #define OHCI_CTRL_CLE (1 << 4) /* control list enable */ macro
H A Dohci-hcd.c397 (temp & OHCI_CTRL_CLE) ? " CLE" : "", in ohci_dump_status()
689 ohci->hc_control |= OHCI_CTRL_CLE; in ep_link()
784 ohci->hc_control &= ~OHCI_CTRL_CLE; in ep_unlink()