Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h187 #define OHCI_CTRL_IE (1 << 3) /* isochronous enable */ macro
Dau1x00_usb_ohci.c48 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
267 (temp & OHCI_CTRL_IE) ? " IE" : "", in ohci_dump_status()
/external/u-boot/drivers/usb/host/
Dohci.h203 #define OHCI_CTRL_IE (1 << 3) /* isochronous enable */ macro
Dohci-hcd.c65 (OHCI_CTRL_CBSR & 0x3) | OHCI_CTRL_IE | OHCI_CTRL_PLE
398 (temp & OHCI_CTRL_IE) ? " IE" : "", in ohci_dump_status()