HomeSort by relevance Sort by last modified time
    Searched refs:HPRT0 (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwUsbHostDxe.c 282 MmioAndThenOr32 (DwHc->DwUsbBase + HPRT0,
289 MmioAnd32 (DwHc->DwUsbBase + HPRT0, ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET |
337 UINT32 Hprt0;
349 Hprt0 = MmioRead32 (DwHc->DwUsbBase + HPRT0);
351 if (Hprt0 & DWC2_HPRT0_PRTCONNSTS) {
355 if (Hprt0 & DWC2_HPRT0_PRTENA) {
359 if (Hprt0 & DWC2_HPRT0_PRTSUSP) {
363 if (Hprt0 & DWC2_HPRT0_PRTOVRCURRACT) {
367 if (Hprt0 & DWC2_HPRT0_PRTRST)
    [all...]
DwcHw.h 60 #define HPRT0 HSOTG_REG(0x0440)
    [all...]

Completed in 658 milliseconds