Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h203 #define OHCI_CTRL_IE (1 << 3) /* isochronous enable */ macro
H A Dohci-hcd.c65 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
398 (temp & OHCI_CTRL_IE) ? " IE" : "", in ohci_dump_status()
/openbmc/linux/drivers/usb/host/
H A Dohci-hub.c41 (OHCI_CTRL_CLE|OHCI_CTRL_BLE|OHCI_CTRL_PLE|OHCI_CTRL_IE)
290 enables |= OHCI_CTRL_PLE|OHCI_CTRL_IE; in ohci_rh_resume()
H A Dohci.h256 #define OHCI_CTRL_IE (1 << 3) /* isochronous enable */ macro
H A Dohci-q.c81 ohci->hc_control &= ~(OHCI_CTRL_PLE|OHCI_CTRL_IE); in finish_urb()
744 ohci->hc_control |= OHCI_CTRL_PLE|OHCI_CTRL_IE; in td_submit_urb()
H A Dohci-dbg.c123 (temp & OHCI_CTRL_IE) ? " IE" : "", in ohci_dump_status()