Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DDwUsbHostDxe.c282 MmioAndThenOr32 (DwHc->DwUsbBase + HPRT0, in DwHcReset()
289 MmioAnd32 (DwHc->DwUsbBase + HPRT0, ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in DwHcReset()
349 Hprt0 = MmioRead32 (DwHc->DwUsbBase + HPRT0); in DwHcGetRootHubPortStatus()
415 Hprt0 = MmioRead32 (DwHc->DwUsbBase + HPRT0); in DwHcSetRootHubPortFeature()
419 MmioWrite32 (DwHc->DwUsbBase + HPRT0, Hprt0); in DwHcSetRootHubPortFeature()
422 MmioAndThenOr32 (DwHc->DwUsbBase + HPRT0, in DwHcSetRootHubPortFeature()
427 MmioAnd32 (DwHc->DwUsbBase + HPRT0, ~DWC2_HPRT0_PRTRST); in DwHcSetRootHubPortFeature()
430 Hprt0 = MmioRead32 (DwHc->DwUsbBase + HPRT0); in DwHcSetRootHubPortFeature()
434 MmioWrite32 (DwHc->DwUsbBase + HPRT0, Hprt0); in DwHcSetRootHubPortFeature()
468 Hprt0 = MmioRead32 (DwHc->DwUsbBase + HPRT0); in DwHcClearRootHubPortFeature()
[all …]
DDwcHw.h60 #define HPRT0 HSOTG_REG(0x0440) macro