Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h196 # define OHCI_USB_RESET (0 << 6) macro
Dau1x00_usb_ohci.c241 case OHCI_USB_RESET: return "reset"; in hcfs2string()
1572 writel (gohci.hc_control = OHCI_USB_RESET, &gohci.regs->control); in usb_lowlevel_init()
/external/u-boot/drivers/usb/host/
Dohci.h212 # define OHCI_USB_RESET (0 << 6) macro
Dohci-hcd.c372 case OHCI_USB_RESET: return "reset"; in hcfs2string()