Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciReg.h77 #define PORTSC_RESET 0x100 // Port Reset macro
DEhcPeim.c29 {PORTSC_RESET, USB_PORT_STAT_RESET},
745 State &= ~PORTSC_RESET; in EhcClearRootHubPortFeature()
875 State |= PORTSC_RESET; in EhcSetRootHubPortFeature()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h80 #define PORTSC_RESET 0x100 // Port Reset macro
DEhci.c37 {PORTSC_RESET, USB_PORT_STAT_RESET},
495 State |= PORTSC_RESET; in EhcSetRootHubPortFeature()
597 State &= ~PORTSC_RESET; in EhcClearRootHubPortFeature()