OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCIE_APB_SLVAE_BASE
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInitLib.c
28
UINT64
PCIE_APB_SLVAE_BASE
[2] = {0xb0070000, BASE_4TB + 0xb0070000};
29
#define PCIE_REG_BASE(HostBridgeNum,port) (
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(port * 0x10000))
792
RegRead(
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(Port * 0x10000) + 0xa0, Value);
795
RegWrite(
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(Port * 0x10000) + 0xa0, Value);
806
RegRead(
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(Port * 0x10000) + 0x80c, Value);
812
RegWrite(
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(Port * 0x10000) + 0x80c, Value);
821
RegRead(
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(Port * 0x10000) + PCIE_SYS_CTRL20_REG, dbi_ctrl);
826
RegWrite(
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(Port * 0x10000) + PCIE_SYS_CTRL20_REG, dbi_ctrl);
834
RegWrite(
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(Port * 0x10000) + 0x10,0);
848
RegRead(
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(Port * 0x10000) + PCIE_SYS_CTRL20_REG, val);
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieInitLib.c
30
UINT64
PCIE_APB_SLVAE_BASE
[2] = {0xb0070000, BASE_4TB + 0xb0070000};
31
#define PCIE_REG_BASE(HostBridgeNum,port) (
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + (UINT32)(port * 0x10000))
875
//
PCIE_APB_SLVAE_BASE
is for 660,and each PCIe Ccontroller has the same APB_SLVAE_BASE
877
RegWrite(
PCIE_APB_SLVAE_BASE
[HostBridgeNum] + Reg, Value);
[
all
...]
Completed in 56 milliseconds