Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DDwUsbHostDxe.c371 if (Hprt0 & DWC2_HPRT0_PRTPWR) { in DwHcGetRootHubPortStatus()
433 Hprt0 |= DWC2_HPRT0_PRTPWR; in DwHcSetRootHubPortFeature()
499 Hprt0 &= ~DWC2_HPRT0_PRTPWR; in DwHcClearRootHubPortFeature()
921 if (!(Hprt0 & DWC2_HPRT0_PRTPWR)) { in DwHcInit()
922 Hprt0 |= DWC2_HPRT0_PRTPWR; in DwHcInit()
DDwcHw.h530 #define DWC2_HPRT0_PRTPWR (1 << 12) macro