Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DDwUsbHostDxe.c283 ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in DwHcReset()
289 MmioAnd32 (DwHc->DwUsbBase + HPRT0, ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in DwHcReset()
355 if (Hprt0 & DWC2_HPRT0_PRTENA) { in DwHcGetRootHubPortStatus()
416 Hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in DwHcSetRootHubPortFeature()
423 ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in DwHcSetRootHubPortFeature()
431 Hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in DwHcSetRootHubPortFeature()
469 Hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in DwHcClearRootHubPortFeature()
471 Hprt0 |= DWC2_HPRT0_PRTENA; in DwHcClearRootHubPortFeature()
476 ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in DwHcClearRootHubPortFeature()
486 Hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in DwHcClearRootHubPortFeature()
[all …]
DDwcHw.h514 #define DWC2_HPRT0_PRTENA (1 << 2) macro