Home
last modified time | relevance | path

Searched refs:PORTSC_ENABLED (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.c26 {PORTSC_ENABLED, USB_PORT_STAT_ENABLE},
725 State &= ~PORTSC_ENABLED; in EhcClearRootHubPortFeature()
851 State |= PORTSC_ENABLED; in EhcSetRootHubPortFeature()
876 State &= ~PORTSC_ENABLED; in EhcSetRootHubPortFeature()
959 } else if (EHC_BIT_IS_SET (State, PORTSC_ENABLED)) { in EhcGetRootHubPortStatus()
DEhciReg.h71 #define PORTSC_ENABLED 0x04 // Port Enable / Disable macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h74 #define PORTSC_ENABLED 0x04 // Port Enable / Disable macro
DEhci.c34 {PORTSC_ENABLED, USB_PORT_STAT_ENABLE},
388 } else if (EHC_BIT_IS_SET (State, PORTSC_ENABLED)) { in EhcGetRootHubPortStatus()
470 State |= PORTSC_ENABLED; in EhcSetRootHubPortFeature()
496 State &= ~PORTSC_ENABLED; in EhcSetRootHubPortFeature()
577 State &= ~PORTSC_ENABLED; in EhcClearRootHubPortFeature()