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

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c 556 @param[out] NumOfPorts The pointer to the number of the root hub ports.
568 OUT UINT8 *NumOfPorts
572 if (NumOfPorts == NULL) {
576 *NumOfPorts = (UINT8)OhciGetRootHubDescriptor(Ohc, RH_NUM_DS_PORTS);
604 UINT8 NumOfPorts;
608 OhciGetRootHubNumOfPorts (PeiServices, This, &NumOfPorts);
609 if (PortNumber >= NumOfPorts) {
679 UINT8 NumOfPorts;
682 OhciGetRootHubNumOfPorts (PeiServices, This, &NumOfPorts);
683 if (PortNumber >= NumOfPorts) {
    [all...]
  /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...]

Completed in 524 milliseconds