Home
last modified time | relevance | path

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

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