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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.c 766 UINT8 TTT;
993 // The bit 5,6 of HubCharacter field of Hub Descriptor is TTT.
995 TTT = (UINT8)((HubDesc->HubCharacter & (BIT5 | BIT6)) >> 5);
1007 Status = XhcConfigHubContext (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
1009 Status = XhcConfigHubContext64 (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
    [all...]
XhciSched.h 576 UINT32 TTT:2;
604 UINT32 TTT:2;
965 @param TTT The TT think time of the hub device.
976 IN UINT8 TTT,
987 @param TTT The TT think time of the hub device.
998 IN UINT8 TTT,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c 513 UINT8 TTT;
729 // The bit 5,6 of HubCharacter field of Hub Descriptor is TTT.
731 TTT = (UINT8) ((HubDesc->HubCharacter & (BIT5 | BIT6)) >> 5);
743 Status = XhcPeiConfigHubContext (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
745 Status = XhcPeiConfigHubContext64 (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
    [all...]
XhciSched.h 572 UINT32 TTT:2;
600 UINT32 TTT:2;
867 @param TTT The TT think time of the hub device.
878 IN UINT8 TTT,
888 @param TTT The TT think time of the hub device.
899 IN UINT8 TTT,
    [all...]

Completed in 434 milliseconds