Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c568 OUT UINT8 *NumOfPorts in OhciGetRootHubNumOfPorts() argument
572 if (NumOfPorts == NULL) { in OhciGetRootHubNumOfPorts()
576 *NumOfPorts = (UINT8)OhciGetRootHubDescriptor(Ohc, RH_NUM_DS_PORTS); in OhciGetRootHubNumOfPorts()
604 UINT8 NumOfPorts; in OhciGetRootHubPortStatus() local
608 OhciGetRootHubNumOfPorts (PeiServices, This, &NumOfPorts); in OhciGetRootHubPortStatus()
609 if (PortNumber >= NumOfPorts) { in OhciGetRootHubPortStatus()
679 UINT8 NumOfPorts; in OhciSetRootHubPortFeature() local
682 OhciGetRootHubNumOfPorts (PeiServices, This, &NumOfPorts); in OhciSetRootHubPortFeature()
683 if (PortNumber >= NumOfPorts) { in OhciSetRootHubPortFeature()
803 UINT8 NumOfPorts; in OhciClearRootHubPortFeature() local
[all …]
DOhcPeim.h187 OUT UINT8 *NumOfPorts
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c42 UINT8 NumOfPorts; in OhciReset() local
107 OhciGetRootHubNumOfPorts (This, &NumOfPorts); in OhciReset()
108 for (Index = 0; Index < NumOfPorts; Index++) { in OhciReset()
1484 OUT UINT8 *NumOfPorts in OhciGetRootHubNumOfPorts() argument
1490 if (NumOfPorts == NULL) { in OhciGetRootHubNumOfPorts()
1494 *NumOfPorts = (UINT8)OhciGetRootHubDescriptor(Ohc, RH_NUM_DS_PORTS); in OhciGetRootHubNumOfPorts()
1525 UINT8 NumOfPorts; in OhciGetRootHubPortStatus() local
1529 OhciGetRootHubNumOfPorts (This, &NumOfPorts); in OhciGetRootHubPortStatus()
1530 if (PortNumber >= NumOfPorts) { in OhciGetRootHubPortStatus()
1600 UINT8 NumOfPorts; in OhciSetRootHubPortFeature() local
[all …]
DOhci.h531 OUT UINT8 *NumOfPorts