Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h223 #define OHCI_OCR (1 << 3) /* ownership change request */ macro
H A Dohci-hcd.c410 (temp & OHCI_OCR) ? " OCR" : "", in ohci_dump_status()
1805 ohci_writel(OHCI_OCR, &ohci->regs->cmdstatus); in hc_reset()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h207 #define OHCI_OCR (1 << 3) /* ownership change request */ macro
H A Dau1x00_usb_ohci.c276 (temp & OHCI_OCR) ? " OCR" : "", in ohci_dump_status()
1252 writel (OHCI_OCR, &ohci->regs->cmdstatus); /* request ownership */ in hc_reset()