Searched refs:XHC_PORTSC_PS (Results 1 – 4 of 4) sorted by relevance
87 #define XHC_PORTSC_PS (BIT10|BIT11|BIT12) // Port Speed macro
777 if ((State & XHC_PORTSC_PS) >> 10 == 0) { in XhcPeiControlTransfer()1334 switch ((State & XHC_PORTSC_PS) >> 10) { in XhcPeiGetRootHubPortStatus()
172 #define XHC_PORTSC_PS (BIT10|BIT11|BIT12) // Port Speed macro
408 switch ((State & XHC_PORTSC_PS) >> 10) { in XhcGetRootHubPortStatus()1055 if ((State & XHC_PORTSC_PS) >> 10 == 0) { in XhcControlTransfer()