Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h212 # define OHCI_USB_RESET (0 << 6) macro
H A Dohci-hcd.c376 case OHCI_USB_RESET: return "reset"; in hcfs2string()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h196 # define OHCI_USB_RESET (0 << 6) macro
H A Dau1x00_usb_ohci.c242 case OHCI_USB_RESET: return "reset"; in hcfs2string()
1573 writel (gohci.hc_control = OHCI_USB_RESET, &gohci.regs->control); in usb_lowlevel_init()