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

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c 546 @param[out] NumOfPorts The pointer to the number of the root hub ports.
558 OUT UINT8 *NumOfPorts
562 if (NumOfPorts == NULL) {
566 *NumOfPorts = (UINT8)OhciGetRootHubDescriptor(Ohc, RH_NUM_DS_PORTS);
594 UINT8 NumOfPorts;
598 OhciGetRootHubNumOfPorts (PeiServices, This, &NumOfPorts);
599 if (PortNumber >= NumOfPorts) {
669 UINT8 NumOfPorts;
672 OhciGetRootHubNumOfPorts (PeiServices, This, &NumOfPorts);
673 if (PortNumber >= NumOfPorts) {
    [all...]
OhcPeim.h 175 @param[out] NumOfPorts The pointer to the number of the root hub ports.
187 OUT UINT8 *NumOfPorts
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 42 UINT8 NumOfPorts;
107 OhciGetRootHubNumOfPorts (This, &NumOfPorts);
108 for (Index = 0; Index < NumOfPorts; Index++) {
    [all...]
Ohci.h 523 @param NumOfPorts A pointer to the number of the root hub ports.
531 OUT UINT8 *NumOfPorts

Completed in 90 milliseconds