Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciReg.h82 #define PORTSC_CHANGE_MASK 0x2A // Mask of the port change bits, macro
DEhcPeim.c718 State &= ~PORTSC_CHANGE_MASK; in EhcClearRootHubPortFeature()
843 State &= ~PORTSC_CHANGE_MASK; in EhcSetRootHubPortFeature()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h85 #define PORTSC_CHANGE_MASK 0x2A // Mask of the port change bits, macro
DEhci.c462 State &= ~PORTSC_CHANGE_MASK; in EhcSetRootHubPortFeature()
570 State &= ~PORTSC_CHANGE_MASK; in EhcClearRootHubPortFeature()