Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h208 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
H A Dohci-hcd.c397 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h192 #define OHCI_CTRL_RWC (1 << 9) /* remote wakeup connected */ macro
H A Dau1x00_usb_ohci.c263 (temp & OHCI_CTRL_RWC) ? " RWC" : "", in ohci_dump_status()