Searched refs:L0sLatency (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c3864 UINT8 L0sLatency; local
3888 L0sLatency = (UINT8) PCIE_CAP_L0SLATENCY (PcieDeviceCap);
3891 if (L0sLatency < 4) {
3892 Print (L"%EMaximum of %d ns%N\n", 1 << (L0sLatency + 6));
3894 if (L0sLatency < 7) {
3895 Print (L"%EMaximum of %d us%N\n", 1 << (L0sLatency - 3));

Completed in 328 milliseconds