Home
last modified time | relevance | path

Searched refs:HCSP_NPORTS (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.c417 PortNumber = (UINT8)(Ehc->HcStructParams & HCSP_NPORTS); in EhcPowerOnAllPorts()
671 *PortNumber = (UINT8)(EhcDev->HcStructParams & HCSP_NPORTS); in EhcGetRootHubPortNumber()
709 TotalPort = (Ehc->HcStructParams & HCSP_NPORTS); in EhcClearRootHubPortFeature()
829 TotalPort = (Ehc->HcStructParams & HCSP_NPORTS); in EhcSetRootHubPortFeature()
937 TotalPort = (Ehc->HcStructParams & HCSP_NPORTS); in EhcGetRootHubPortStatus()
DEhciReg.h32 #define HCSP_NPORTS 0x0F // Number of root hub port macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciReg.h34 #define HCSP_NPORTS 0x0F // Number of root hub port macro
DEhci.c91 *PortNumber = (UINT8) (Ehc->HcStructParams & HCSP_NPORTS); in EhcGetCapability()
359 TotalPort = (Ehc->HcStructParams & HCSP_NPORTS); in EhcGetRootHubPortStatus()
448 TotalPort = (Ehc->HcStructParams & HCSP_NPORTS); in EhcSetRootHubPortFeature()
561 TotalPort = (Ehc->HcStructParams & HCSP_NPORTS); in EhcClearRootHubPortFeature()
DEhciDebug.c255 for (Index = 0; Index < (UINT8) (Ehc->HcStructParams & HCSP_NPORTS); Index++) { in EhcDumpRegs()
DEhciReg.c628 for (Index = 0; Index < (UINT8) (Ehc->HcStructParams & HCSP_NPORTS); Index++) { in EhcInitHC()