Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h198 # define OHCI_USB_OPER (2 << 6) macro
Dau1x00_usb_ohci.c243 case OHCI_USB_OPER: return "operational"; in hcfs2string()
1312 ohci->hc_control = OHCI_CONTROL_INIT | OHCI_USB_OPER; in hc_start()
/external/u-boot/drivers/usb/host/
Dohci.h214 # define OHCI_USB_OPER (2 << 6) macro
Dohci-hcd.c374 case OHCI_USB_OPER: return "operational"; in hcfs2string()
1868 ohci->hc_control = OHCI_CONTROL_INIT | OHCI_USB_OPER; in hc_start()