HomeSort by relevance Sort by last modified time
    Searched refs:XHC_PORTSC_PS (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciReg.h 172 #define XHC_PORTSC_PS (BIT10|BIT11|BIT12) // Port Speed
Xhci.c 408 switch ((State & XHC_PORTSC_PS) >> 10) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciReg.h 87 #define XHC_PORTSC_PS (BIT10|BIT11|BIT12) // Port Speed
XhcPeim.c 783 if ((State & XHC_PORTSC_PS) >> 10 == 0) {
    [all...]

Completed in 227 milliseconds