Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h209 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
H A Dohci-hcd.c396 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h193 #define OHCI_CTRL_RWE (1 << 10) /* remote wakeup enable */ macro
H A Dau1x00_usb_ohci.c262 (temp & OHCI_CTRL_RWE) ? " RWE" : "", in ohci_dump_status()