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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c 817 @param ParentRouteChart The route string pointed to the parent device if it exists.
828 IN USB_DEV_ROUTE ParentRouteChart,
846 if (ParentRouteChart.Dword == 0) {
852 RouteChart.Route.RouteString = ParentRouteChart.Route.RouteString | (Port << (4 * (ParentRouteChart.Route.TierNum - 1)));
854 RouteChart.Route.RouteString = ParentRouteChart.Route.RouteString | (15 << (4 * (ParentRouteChart.Route.TierNum - 1)));
856 RouteChart.Route.RootPortNum = ParentRouteChart.Route.RootPortNum;
857 RouteChart.Route.TierNum = ParentRouteChart.Route.TierNum + 1;
888 Status = XhcPeiInitializeDeviceSlot (Xhc, ParentRouteChart, Port, RouteChart, Speed);
    [all...]
XhciSched.h 845 @param ParentRouteChart The route string pointed to the parent device if it exists.
856 IN USB_DEV_ROUTE ParentRouteChart,
1005 @param ParentRouteChart The route string pointed to the parent device.
1017 IN USB_DEV_ROUTE ParentRouteChart,
1027 @param ParentRouteChart The route string pointed to the parent device.
    [all...]
XhcPeim.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c     [all...]
XhciSched.h 942 @param ParentRouteChart The route string pointed to the parent device if it exists.
954 IN USB_DEV_ROUTE ParentRouteChart,
    [all...]
Xhci.c 380 USB_DEV_ROUTE ParentRouteChart;
462 ParentRouteChart.Dword = 0;
463 XhcPollPortStatusChange (Xhc, ParentRouteChart, PortNumber, PortStatus);
    [all...]

Completed in 209 milliseconds