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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciReg.h 72 #define USBCMD_GRESET BIT2 // Global reset
Uhci.c 77 UhciSetRegBit (Uhc->PciIo, USBCMD_OFFSET, USBCMD_GRESET);
84 UhciClearRegBit (Uhc->PciIo, USBCMD_OFFSET, USBCMD_GRESET);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
UhcPeim.h 45 #define USBCMD_GRESET BIT2 /* Global reset */
    [all...]
UhcPeim.c 985 Command |= USBCMD_GRESET;
991 Command &= ~USBCMD_GRESET;
    [all...]

Completed in 791 milliseconds