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},
426 RegVal |= PORTSC_POWER; in EhcPowerOnAllPorts()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h83 #define PORTSC_POWER 0x1000 // Port Power macro
DEhci.c38 {PORTSC_POWER, USB_PORT_STAT_POWER},
505 State |= PORTSC_POWER; in EhcSetRootHubPortFeature()
638 State &= ~PORTSC_POWER; in EhcClearRootHubPortFeature()
DEhciReg.c636 RegVal |= PORTSC_POWER; in EhcInitHC()