OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPcieIntCfg
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInitLib.c
24
static PCIE_INIT_CFG
mPcieIntCfg
;
43
RegWrite((UINT64)
mPcieIntCfg
.RegResource[Port] + Offset, Value);
51
RegRead((UINT64)
mPcieIntCfg
.RegResource[Port] + Offset, Value);
57
RegWrite((UINT64)
mPcieIntCfg
.CfgResource[Port] + Offset0 + Offset1, Value);
63
RegRead((UINT64)
mPcieIntCfg
.CfgResource[Port] + Offset0 + Offset1, Value);
112
if(
mPcieIntCfg
.PortIsInitilized[Port])
138
if(
mPcieIntCfg
.PortIsInitilized[Port])
168
if(
mPcieIntCfg
.Dev[Port].PcieDevice.PortInfo.PortType == PCIE_NTB_TO_NTB ||
169
mPcieIntCfg
.Dev[Port].PcieDevice.PortInfo.PortType == PCIE_NTB_TO_RP)
210
if(
mPcieIntCfg
.Dev[Port].PcieDevice.PortInfo.PortType == PCIE_NTB_TO_NTB ||
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieInitLib.c
27
static PCIE_INIT_CFG
mPcieIntCfg
;
44
RegWrite((UINT64)
mPcieIntCfg
.RegResource[Port] + Offset, Value);
52
RegRead((UINT64)
mPcieIntCfg
.RegResource[Port] + Offset, Value);
58
RegWrite((UINT64)
mPcieIntCfg
.CfgResource[Port] + Offset0 + Offset1, Value);
64
RegRead((UINT64)
mPcieIntCfg
.CfgResource[Port] + Offset0 + Offset1, Value);
275
if(
mPcieIntCfg
.Dev[Port].PcieDevice.PortInfo.PortType == PCIE_NTB_TO_NTB ||
276
mPcieIntCfg
.Dev[Port].PcieDevice.PortInfo.PortType == PCIE_NTB_TO_RP)
316
if(
mPcieIntCfg
.Dev[Port].PcieDevice.PortInfo.PortType == PCIE_NTB_TO_NTB ||
317
mPcieIntCfg
.Dev[Port].PcieDevice.PortInfo.PortType == PCIE_NTB_TO_RP)
[
all
...]
Completed in 78 milliseconds