Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhciReg.h84 #define XHC_PORTSC_RESET BIT4 // Port Reset macro
DXhcPeim.c29 {XHC_PORTSC_RESET, USB_PORT_STAT_RESET}
1097 State &= ~XHC_PORTSC_RESET; in XhcPeiClearRootHubPortFeature()
1258 State |= XHC_PORTSC_RESET; in XhcPeiSetRootHubPortFeature()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciReg.h169 #define XHC_PORTSC_RESET BIT4 // Port Reset macro
DXhci.c25 {XHC_PORTSC_RESET, USB_PORT_STAT_RESET}
554 State |= XHC_PORTSC_RESET; in XhcSetRootHubPortFeature()
643 State &= ~XHC_PORTSC_RESET; in XhcClearRootHubPortFeature()