Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/
DPciExpress.c585 UINT32 DwordReg; in QNCRootPortInit() local
608 DwordReg = QNCMmio32 (RPBase, R_QNC_PCIE_SLCAP); in QNCRootPortInit()
609 DwordReg &= B_QNC_PCIE_SLCAP_MASK_RSV_VALUE; in QNCRootPortInit()
610 DwordReg |= (V_QNC_PCIE_SLCAP_SLV << V_QNC_PCIE_SLCAP_SLV_OFFSET); in QNCRootPortInit()
611DwordReg |= ((RootPortConfig[RootPortIndex].Bits.PhysicalSlotNumber) << V_QNC_PCIE_SLCAP_PSN_OFFSE… in QNCRootPortInit()
612 QNCMmio32 (RPBase, R_QNC_PCIE_SLCAP) = DwordReg; in QNCRootPortInit()
773 DwordReg = IoRead32 (QNCGpeBase + R_QNC_GPE0BLK_GPE0S); in QNCRootPortInit()
774 if ((DwordReg & B_QNC_GPE0BLK_GPE0S_PCIE) != 0) { in QNCRootPortInit()