Searched refs:PORTSC_POWER (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciReg.h80 #define PORTSC_POWER 0x1000 // Port Power macro
H A DEhcPeim.c30 {PORTSC_POWER, USB_PORT_STAT_POWER},
419 EhcSetOpRegBit (Ehc, EHC_PORT_STAT_OFFSET + 4 * Index, PORTSC_POWER);
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciReg.h83 #define PORTSC_POWER 0x1000 // Port Power macro
H A DEhciReg.c629 EhcSetOpRegBit (Ehc, (UINT32) (EHC_PORT_STAT_OFFSET + (4 * Index)), PORTSC_POWER);
H A DEhci.c38 {PORTSC_POWER, USB_PORT_STAT_POWER},
505 State |= PORTSC_POWER;
638 State &= ~PORTSC_POWER;

Completed in 64 milliseconds