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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.h 184 #define PCIE_CAP_ASPM_CONTROL(PcieLinkControl) \
185 ((PcieLinkControl) & 0x3)
186 #define PCIE_CAP_RCB(PcieLinkControl) \
187 (((PcieLinkControl) >> 3) & 0x1)
188 #define PCIE_CAP_LINK_DISABLE(PcieLinkControl) \
189 (((PcieLinkControl) >> 4) & 0x1)
190 #define PCIE_CAP_COMMON_CLK_CONF(PcieLinkControl) \
191 (((PcieLinkControl) >> 6) & 0x1)
192 #define PCIE_CAP_EXT_SYNC(PcieLinkControl) \
193 (((PcieLinkControl) >> 7) & 0x1)
    [all...]
Pci.c     [all...]

Completed in 145 milliseconds