Home
last modified time | relevance | path

Searched refs:DWC2_HPRT0_PRTSUSP (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DDwUsbHostDxe.c359 if (Hprt0 & DWC2_HPRT0_PRTSUSP) { in DwHcGetRootHubPortStatus()
418 Hprt0 |= DWC2_HPRT0_PRTSUSP; in DwHcSetRootHubPortFeature()
490 Hprt0 &= ~DWC2_HPRT0_PRTSUSP; in DwHcClearRootHubPortFeature()
DDwcHw.h524 #define DWC2_HPRT0_PRTSUSP (1 << 7) macro