Home
last modified time | relevance | path

Searched refs:CapOffset1 (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/
DPciExpress.c240 UINT32 CapOffset1; in PcieSetCommonClock() local
250 CapOffset1 = PcieFindCapId (Bus1, Device1, Function1, PCIE_CAPID); in PcieSetCommonClock()
251 if (CapOffset1 == 0) { in PcieSetCommonClock()
266 …if ((QNCMmPci16 (0, Bus1, Device1, Function1, (CapOffset1 + PCIE_LINK_STS_OFFSET)) & B_QNC_PCIE_LS… in PcieSetCommonClock()
283 …QNCMmPci8Or (0, Bus1, Device1, Function1, (CapOffset1 + PCIE_LINK_CNT_OFFSET), B_QNC_PCIE_LCTL_CCC… in PcieSetCommonClock()
304 …QNCMmPci8Or (0, Bus1, Device1, Function1, (CapOffset1 + PCIE_LINK_CNT_OFFSET), B_QNC_PCIE_LCTL_RL); in PcieSetCommonClock()
309 …while ((QNCMmPci16 (0, Bus1, Device1, Function1, (CapOffset1 + PCIE_LINK_STS_OFFSET)) & B_QNC_PCIE… in PcieSetCommonClock()